Html Css Color HEX #66441B Dark Brown

📋 copy color: '#66441B'

red 102 ◦ green 68 ◦ blue 27

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

Shades of Dark Brown #66441B

Tints of Dark Brown #66441B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 27 (10.94% from 255) = 13.71%

R = 51.78%
G = 34.52%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.6

RGB Variations

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

Color information

#66441B (or 0x66441B) is known color: Dark Brown. HEX triplet: 66, 44 and 1B. RGB value is (102,68,27). Sum of RGB (Red+Green+Blue) = 102+68+27=197 (26% of max value = 765). Red value is 102 (40.23% from 255 or 51.78% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 27 (10.94% from 255 or 13.71% from 197); Max value from RGB is 102 - color contains mainly: red. Hex color #66441B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #66441B is #99BBE4. Grayscale: #494949. Windows color (decimal): -10075109 or 1786982. OLE color: 1786982.

HSL color Cylindrical-coordinate representation of color #66441B: hue angle of 32.8º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66441B is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 68 27 -
CMYK 0 0.33 0.74 0.6
HSL 32.8º 0.58% 0.25% -
HSV(B) 32.8º 0.74% 0.4% -
XYZ 7.74 7.04 1.99 -
YUV 73.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 102 68 27 0 0.33 0.74 0.6 32.8 0.58 0.25
Hex 66 44 1B 0 21 4A 3C 21 3A 19
Octal 146 104 33 0 41 112 74 41 72 31
Binary 1100110 1000100 11011 0 100001 1001010 111100 100001 111010 11001

Color Harmonies of #66441B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66441B

Black with #66441B

Text Example


Text Example

White with #66441B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66441B; }

 p { color: rgb(102,68,27); }

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

background-color css

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

 a { background-color: rgb(102,68,27); }

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

border-color css

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

 span { border-color: rgb(102,68,27); }

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