Html Css Color HEX #66431F Dark Brown

📋 copy color: '#66431F'

red 102 ◦ green 67 ◦ blue 31

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

Shades of Dark Brown #66431F

Tints of Dark Brown #66431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 15.5%

R = 51%
G = 33.5%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#66431F (or 0x66431F) is known color: Dark Brown. HEX triplet: 66, 43 and 1F. RGB value is (102,67,31). Sum of RGB (Red+Green+Blue) = 102+67+31=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 31 (12.5% from 255 or 15.5% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66431F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66431F is #99BCE0. Grayscale: #494949. Windows color (decimal): -10075361 or 2048870. OLE color: 2048870.

HSL color Cylindrical-coordinate representation of color #66431F: hue angle of 30.42º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66431F is Cyan = 0, Magento = 0.34, Yellow = 0.70 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 67 31 -
CMYK 0 0.34 0.70 0.6
HSL 30.42º 0.53% 0.26% -
HSV(B) 30.42º 0.7% 0.4% -
XYZ 7.73 6.94 2.23 -
YUV 73.36 104.1 148.43 -
System Red Green Blue C M Y K H S L
Decimal 102 67 31 0 0.34 0.70 0.6 30.42 0.53 0.26
Hex 66 43 1F 0 22 46 3C 1E 35 1A
Octal 146 103 37 0 42 106 74 36 65 32
Binary 1100110 1000011 11111 0 100010 1000110 111100 11110 110101 11010

Color Harmonies of #66431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66431F

Black with #66431F

Text Example


Text Example

White with #66431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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