Html Css Color HEX #66431C Dark Brown

📋 copy color: '#66431C'

red 102 ◦ green 67 ◦ blue 28

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

Shades of Dark Brown #66431C

Tints of Dark Brown #66431C

RGB

 RED value IS 102 (40.23% from 255) = 51.78%

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

 BLUE value IS 28 (11.33% from 255) = 14.21%

R = 51.78%
G = 34.01%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66431C (or 0x66431C) is known color: Dark Brown. HEX triplet: 66, 43 and 1C. RGB value is (102,67,28). Sum of RGB (Red+Green+Blue) = 102+67+28=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 28 (11.33% from 255 or 14.21% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66431C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66431C is #99BCE3. Grayscale: #494949. Windows color (decimal): -10075364 or 1852262. OLE color: 1852262.

HSL color Cylindrical-coordinate representation of color #66431C: hue angle of 31.62º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66431C is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 28 -
CMYK 0 0.34 0.73 0.6
HSL 31.62º 0.57% 0.25% -
HSV(B) 31.62º 0.73% 0.4% -
XYZ 7.7 6.92 2.03 -
YUV 73.02 102.6 148.67 -
System Red Green Blue C M Y K H S L
Decimal 102 67 28 0 0.34 0.73 0.6 31.62 0.57 0.25
Hex 66 43 1C 0 22 49 3C 20 39 19
Octal 146 103 34 0 42 111 74 40 71 31
Binary 1100110 1000011 11100 0 100010 1001001 111100 100000 111001 11001

Color Harmonies of #66431C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66431C

Black with #66431C

Text Example


Text Example

White with #66431C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,67,28); }

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

background-color css

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

 a { background-color: rgb(102,67,28); }

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

border-color css

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

 span { border-color: rgb(102,67,28); }

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