Html Css Color HEX #60423C Very Dark Brown

📋 copy color: '#60423C'

red 96 ◦ green 66 ◦ blue 60

#60423C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Very Dark Brown #60423C

Tints of Very Dark Brown #60423C

RGB

 RED value IS 96 (37.89% from 255) = 43.24%

 GREEN value IS 66 (26.17% from 255) = 29.73%

 BLUE value IS 60 (23.83% from 255) = 27.03%

R = 43.24%
G = 29.73%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.38

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#60423C (or 0x60423C) is known color: Very Dark Brown. HEX triplet: 60, 42 and 3C. RGB value is (96,66,60). Sum of RGB (Red+Green+Blue) = 96+66+60=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 66 (26.17% from 255 or 29.73% from 222); Blue value is 60 (23.83% from 255 or 27.03% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #60423C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60423C is #9FBDC3. Grayscale: #4A4A4A. Windows color (decimal): -10468804 or 3949152. OLE color: 3949152.

HSL color Cylindrical-coordinate representation of color #60423C: hue angle of 10º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60423C is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 66 60 -
CMYK 0 0.31 0.38 0.62
HSL 10º 0.23% 0.31% -
HSV(B) 10º 0.38% 0.38% -
XYZ 7.59 6.71 5.17 -
YUV 74.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 96 66 60 0 0.31 0.38 0.62 10 0.23 0.31
Hex 60 42 3C 0 1F 26 3E A 17 1F
Octal 140 102 74 0 37 46 76 12 27 37
Binary 1100000 1000010 111100 0 11111 100110 111110 1010 10111 11111

Color Harmonies of #60423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60423C

Black with #60423C

Text Example


Text Example

White with #60423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60423C; }

 p { color: rgb(96,66,60); }

 H1.HeaderClassName
 {
   color: #60423C;
 }
 .AnyTagClassName
 {
   color: #60423C;
 }
</style>

background-color css

<style>
 a { background-color: #60423C; }

 a { background-color: rgb(96,66,60); }

 div.DivClassName
 {
   background-color: #60423C;
 }
 .BgClassName
 {
   background-color: #60423C;
 }
</style>

border-color css

<style>
 span { border-color: #60423C; }

 span { border-color: rgb(96,66,60); }

 td.TdClassName
 {
   border-color: #60423C;
 }
 .TagClassName
 {
   border-color: #60423C;
 }
</style>