Html Css Color HEX #664022 Dark Brown

📋 copy color: '#664022'

red 102 ◦ green 64 ◦ blue 34

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

Shades of Dark Brown #664022

Tints of Dark Brown #664022

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32%

 BLUE value IS 34 (13.67% from 255) = 17%

R = 51%
G = 32%
B = 17%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.6

RGB Variations

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

Color information

#664022 (or 0x664022) is known color: Dark Brown. HEX triplet: 66, 40 and 22. RGB value is (102,64,34). Sum of RGB (Red+Green+Blue) = 102+64+34=200 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51% from 200); Green value is 64 (25.39% from 255 or 32% from 200); Blue value is 34 (13.67% from 255 or 17% from 200); Max value from RGB is 102 - color contains mainly: red. Hex color #664022 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #664022 is #99BFDD. Grayscale: #484848. Windows color (decimal): -10076126 or 2244710. OLE color: 2244710.

HSL color Cylindrical-coordinate representation of color #664022: hue angle of 26.47º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #664022 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 64 34 -
CMYK 0 0.37 0.67 0.6
HSL 26.47º 0.5% 0.27% -
HSV(B) 26.47º 0.67% 0.4% -
XYZ 7.6 6.61 2.39 -
YUV 71.94 106.59 149.44 -
System Red Green Blue C M Y K H S L
Decimal 102 64 34 0 0.37 0.67 0.6 26.47 0.5 0.27
Hex 66 40 22 0 25 43 3C 1A 32 1B
Octal 146 100 42 0 45 103 74 32 62 33
Binary 1100110 1000000 100010 0 100101 1000011 111100 11010 110010 11011

Color Harmonies of #664022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664022

Black with #664022

Text Example


Text Example

White with #664022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664022; }

 p { color: rgb(102,64,34); }

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

background-color css

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

 a { background-color: rgb(102,64,34); }

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

border-color css

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

 span { border-color: rgb(102,64,34); }

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