Html Css Color HEX #664205 Raw Umber

📋 copy color: '#664205'

red 102 ◦ green 66 ◦ blue 5

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

Shades of Raw Umber #664205

Tints of Raw Umber #664205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.89%

R = 58.96%
G = 38.15%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#664205 (or 0x664205) is known color: Raw Umber. HEX triplet: 66, 42 and 05. RGB value is (102,66,5). Sum of RGB (Red+Green+Blue) = 102+66+5=173 (22% of max value = 765). Red value is 102 (40.23% from 255 or 58.96% from 173); Green value is 66 (26.17% from 255 or 38.15% from 173); Blue value is 5 (2.34% from 255 or 2.89% from 173); Max value from RGB is 102 - color contains mainly: red. Hex color #664205 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664205 is #99BDFA. Grayscale: #464646. Windows color (decimal): -10075643 or 344678. OLE color: 344678.

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

Color convert

RGB 102 66 5 -
CMYK 0 0.35 0.95 0.6
HSL 37.73º 0.91% 0.21% -
HSV(B) 37.73º 0.95% 0.4% -
XYZ 7.46 6.73 1.05 -
YUV 69.81 91.43 150.96 -
System Red Green Blue C M Y K H S L
Decimal 102 66 5 0 0.35 0.95 0.6 37.73 0.91 0.21
Hex 66 42 5 0 23 5F 3C 26 5B 15
Octal 146 102 5 0 43 137 74 46 133 25
Binary 1100110 1000010 101 0 100011 1011111 111100 100110 1011011 10101

Color Harmonies of #664205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664205

Black with #664205

Text Example


Text Example

White with #664205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664205; }

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

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

background-color css

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

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

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

border-color css

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

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

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