Html Css Color HEX #664234 Very Dark Brown

📋 copy color: '#664234'

red 102 ◦ green 66 ◦ blue 52

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

Shades of Very Dark Brown #664234

Tints of Very Dark Brown #664234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 46.36%
G = 30%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.6

RGB Variations

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

Color information

#664234 (or 0x664234) is known color: Very Dark Brown. HEX triplet: 66, 42 and 34. RGB value is (102,66,52). Sum of RGB (Red+Green+Blue) = 102+66+52=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #664234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664234 is #99BDCB. Grayscale: #4B4B4B. Windows color (decimal): -10075596 or 3424870. OLE color: 3424870.

HSL color Cylindrical-coordinate representation of color #664234: hue angle of 16.8º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #664234 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 66 52 -
CMYK 0 0.35 0.49 0.6
HSL 16.8º 0.32% 0.3% -
HSV(B) 16.8º 0.49% 0.4% -
XYZ 8.05 6.97 4.17 -
YUV 75.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 102 66 52 0 0.35 0.49 0.6 16.8 0.32 0.3
Hex 66 42 34 0 23 31 3C 11 20 1E
Octal 146 102 64 0 43 61 74 21 40 36
Binary 1100110 1000010 110100 0 100011 110001 111100 10001 100000 11110

Color Harmonies of #664234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664234

Black with #664234

Text Example


Text Example

White with #664234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664234; }

 p { color: rgb(102,66,52); }

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

background-color css

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

 a { background-color: rgb(102,66,52); }

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

border-color css

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

 span { border-color: rgb(102,66,52); }

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