Html Css Color HEX #60431A Dark Brown

📋 copy color: '#60431A'

red 96 ◦ green 67 ◦ blue 26

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

Shades of Dark Brown #60431A

Tints of Dark Brown #60431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.45%

 BLUE value IS 26 (10.55% from 255) = 13.76%

R = 50.79%
G = 35.45%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#60431A (or 0x60431A) is known color: Dark Brown. HEX triplet: 60, 43 and 1A. RGB value is (96,67,26). Sum of RGB (Red+Green+Blue) = 96+67+26=189 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.79% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 26 (10.55% from 255 or 13.76% from 189); Max value from RGB is 96 - color contains mainly: red. Hex color #60431A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60431A is #9FBCE5. Grayscale: #474747. Windows color (decimal): -10468582 or 1721184. OLE color: 1721184.

HSL color Cylindrical-coordinate representation of color #60431A: hue angle of 35.14º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #60431A is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 67 26 -
CMYK 0 0.30 0.73 0.62
HSL 35.14º 0.57% 0.24% -
HSV(B) 35.14º 0.73% 0.38% -
XYZ 7.02 6.58 1.88 -
YUV 71 102.61 145.83 -
System Red Green Blue C M Y K H S L
Decimal 96 67 26 0 0.30 0.73 0.62 35.14 0.57 0.24
Hex 60 43 1A 0 1E 49 3E 23 39 18
Octal 140 103 32 0 36 111 76 43 71 30
Binary 1100000 1000011 11010 0 11110 1001001 111110 100011 111001 11000

Color Harmonies of #60431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60431A

Black with #60431A

Text Example


Text Example

White with #60431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60431A; }

 p { color: rgb(96,67,26); }

 H1.HeaderClassName
 {
   color: #60431A;
 }
 .AnyTagClassName
 {
   color: #60431A;
 }
</style>

background-color css

<style>
 a { background-color: #60431A; }

 a { background-color: rgb(96,67,26); }

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

border-color css

<style>
 span { border-color: #60431A; }

 span { border-color: rgb(96,67,26); }

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