Html Css Color HEX #66440B Raw Umber

📋 copy color: '#66440B'

red 102 ◦ green 68 ◦ blue 11

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

Shades of Raw Umber #66440B

Tints of Raw Umber #66440B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.08%

R = 56.35%
G = 37.57%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.6

RGB Variations

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

Color information

#66440B (or 0x66440B) is known color: Raw Umber. HEX triplet: 66, 44 and 0B. RGB value is (102,68,11). Sum of RGB (Red+Green+Blue) = 102+68+11=181 (23% of max value = 765). Red value is 102 (40.23% from 255 or 56.35% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 11 (4.69% from 255 or 6.08% from 181); Max value from RGB is 102 - color contains mainly: red. Hex color #66440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #66440B is #99BBF4. Grayscale: #474747. Windows color (decimal): -10075125 or 738406. OLE color: 738406.

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

Color convert

RGB 102 68 11 -
CMYK 0 0.33 0.89 0.6
HSL 37.58º 0.81% 0.22% -
HSV(B) 37.58º 0.89% 0.4% -
XYZ 7.61 6.98 1.26 -
YUV 71.67 93.76 149.63 -
System Red Green Blue C M Y K H S L
Decimal 102 68 11 0 0.33 0.89 0.6 37.58 0.81 0.22
Hex 66 44 B 0 21 59 3C 26 51 16
Octal 146 104 13 0 41 131 74 46 121 26
Binary 1100110 1000100 1011 0 100001 1011001 111100 100110 1010001 10110

Color Harmonies of #66440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66440B

Black with #66440B

Text Example


Text Example

White with #66440B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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