Html Css Color HEX #664104 Raw Umber

📋 copy color: '#664104'

red 102 ◦ green 65 ◦ blue 4

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

Shades of Raw Umber #664104

Tints of Raw Umber #664104

RGB

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

 GREEN value IS 65 (25.78% from 255) = 38.01%

 BLUE value IS 4 (1.95% from 255) = 2.34%

R = 59.65%
G = 38.01%
B = 2.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#664104 (or 0x664104) is known color: Raw Umber. HEX triplet: 66, 41 and 04. RGB value is (102,65,4). Sum of RGB (Red+Green+Blue) = 102+65+4=171 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.65% from 171); Green value is 65 (25.78% from 255 or 38.01% from 171); Blue value is 4 (1.95% from 255 or 2.34% from 171); Max value from RGB is 102 - color contains mainly: red. Hex color #664104 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664104 is #99BEFB. Grayscale: #454545. Windows color (decimal): -10075900 or 278886. OLE color: 278886.

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

Color convert

RGB 102 65 4 -
CMYK 0 0.36 0.96 0.6
HSL 37.35º 0.92% 0.21% -
HSV(B) 37.35º 0.96% 0.4% -
XYZ 7.39 6.61 1 -
YUV 69.11 91.26 151.46 -
System Red Green Blue C M Y K H S L
Decimal 102 65 4 0 0.36 0.96 0.6 37.35 0.92 0.21
Hex 66 41 4 0 24 60 3C 25 5C 15
Octal 146 101 4 0 44 140 74 45 134 25
Binary 1100110 1000001 100 0 100100 1100000 111100 100101 1011100 10101

Color Harmonies of #664104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664104

Black with #664104

Text Example


Text Example

White with #664104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664104; }

 p { color: rgb(102,65,4); }

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

background-color css

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

 a { background-color: rgb(102,65,4); }

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

border-color css

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

 span { border-color: rgb(102,65,4); }

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