Html Css Color HEX #664C00 Raw Umber

📋 copy color: '#664C00'

red 102 ◦ green 76 ◦ blue 0

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

Shades of Raw Umber #664C00

Tints of Raw Umber #664C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 42.7%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 57.3%
G = 42.7%
B = 0%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#664C00 (or 0x664C00) is known color: Raw Umber. HEX triplet: 66, 4C and 00. RGB value is (102,76,0). Sum of RGB (Red+Green+Blue) = 102+76+0=178 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.30% from 178); Green value is 76 (30.08% from 255 or 42.70% from 178); Blue value is 0 (0.39% from 255 or 0% from 178); Max value from RGB is 102 - color contains mainly: red. Hex color #664C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664C00 is #99B3FF. Grayscale: #4B4B4B. Windows color (decimal): -10073088 or 19558. OLE color: 19558.

HSL color Cylindrical-coordinate representation of color #664C00: hue angle of 44.71º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #664C00 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.6.

Color convert

RGB 102 76 0 -
CMYK 0 0.25 1 0.6
HSL 44.71º 1% 0.2% -
HSV(B) 44.71º 1% 0.4% -
XYZ 8.06 7.99 1.12 -
YUV 75.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 102 76 0 0 0.25 1 0.6 44.71 1 0.2
Hex 66 4C 0 0 19 64 3C 2D 64 14
Octal 146 114 0 0 31 144 74 55 144 24
Binary 1100110 1001100 0 0 11001 1100100 111100 101101 1100100 10100

Color Harmonies of #664C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664C00

Black with #664C00

Text Example


Text Example

White with #664C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664C00; }

 p { color: rgb(102,76,0); }

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

background-color css

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

 a { background-color: rgb(102,76,0); }

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

border-color css

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

 span { border-color: rgb(102,76,0); }

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