Html Css Color HEX #664504 Raw Umber

📋 copy color: '#664504'

red 102 ◦ green 69 ◦ blue 4

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

Shades of Raw Umber #664504

Tints of Raw Umber #664504

RGB

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

 GREEN value IS 69 (27.34% from 255) = 39.43%

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

R = 58.29%
G = 39.43%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.96

 K value IS 0.6

RGB Variations

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

Color information

#664504 (or 0x664504) is known color: Raw Umber. HEX triplet: 66, 45 and 04. RGB value is (102,69,4). Sum of RGB (Red+Green+Blue) = 102+69+4=175 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.29% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 102 - color contains mainly: red. Hex color #664504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664504 is #99BAFB. Grayscale: #474747. Windows color (decimal): -10074876 or 279910. OLE color: 279910.

HSL color Cylindrical-coordinate representation of color #664504: hue angle of 39.8º 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 #664504 is Cyan = 0, Magento = 0.32, Yellow = 0.96 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 69 4 -
CMYK 0 0.32 0.96 0.6
HSL 39.8º 0.92% 0.21% -
HSV(B) 39.8º 0.96% 0.4% -
XYZ 7.63 7.09 1.08 -
YUV 71.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 102 69 4 0 0.32 0.96 0.6 39.8 0.92 0.21
Hex 66 45 4 0 20 60 3C 28 5C 15
Octal 146 105 4 0 40 140 74 50 134 25
Binary 1100110 1000101 100 0 100000 1100000 111100 101000 1011100 10101

Color Harmonies of #664504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664504

Black with #664504

Text Example


Text Example

White with #664504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664504; }

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

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

background-color css

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

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

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

border-color css

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

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

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