Html Css Color HEX #66461C Dark Brown

📋 copy color: '#66461C'

red 102 ◦ green 70 ◦ blue 28

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

Shades of Dark Brown #66461C

Tints of Dark Brown #66461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 35%

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

R = 51%
G = 35%
B = 14%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#66461C (or 0x66461C) is known color: Dark Brown. HEX triplet: 66, 46 and 1C. RGB value is (102,70,28). Sum of RGB (Red+Green+Blue) = 102+70+28=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 70 (27.73% from 255 or 35% from 200); Blue value is 28 (11.33% from 255 or 14% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #66461C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66461C is #99B9E3. Grayscale: #4A4A4A. Windows color (decimal): -10074596 or 1853030. OLE color: 1853030.

HSL color Cylindrical-coordinate representation of color #66461C: hue angle of 34.05º 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 #66461C is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 70 28 -
CMYK 0 0.31 0.73 0.6
HSL 34.05º 0.57% 0.25% -
HSV(B) 34.05º 0.73% 0.4% -
XYZ 7.88 7.29 2.09 -
YUV 74.78 101.6 147.42 -
System Red Green Blue C M Y K H S L
Decimal 102 70 28 0 0.31 0.73 0.6 34.05 0.57 0.25
Hex 66 46 1C 0 1F 49 3C 22 39 19
Octal 146 106 34 0 37 111 74 42 71 31
Binary 1100110 1000110 11100 0 11111 1001001 111100 100010 111001 11001

Color Harmonies of #66461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66461C

Black with #66461C

Text Example


Text Example

White with #66461C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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