Html Css Color HEX #664605 Raw Umber

📋 copy color: '#664605'

red 102 ◦ green 70 ◦ blue 5

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

Shades of Raw Umber #664605

Tints of Raw Umber #664605

RGB

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

 GREEN value IS 70 (27.73% from 255) = 39.55%

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

R = 57.63%
G = 39.55%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.95

 K value IS 0.6

RGB Variations

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

Color information

#664605 (or 0x664605) is known color: Raw Umber. HEX triplet: 66, 46 and 05. RGB value is (102,70,5). Sum of RGB (Red+Green+Blue) = 102+70+5=177 (23% of max value = 765). Red value is 102 (40.23% from 255 or 57.63% from 177); Green value is 70 (27.73% from 255 or 39.55% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 102 - color contains mainly: red. Hex color #664605 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664605 is #99B9FA. Grayscale: #484848. Windows color (decimal): -10074619 or 345702. OLE color: 345702.

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

Color convert

RGB 102 70 5 -
CMYK 0 0.31 0.95 0.6
HSL 40.21º 0.91% 0.21% -
HSV(B) 40.21º 0.95% 0.4% -
XYZ 7.7 7.22 1.13 -
YUV 72.16 90.1 149.29 -
System Red Green Blue C M Y K H S L
Decimal 102 70 5 0 0.31 0.95 0.6 40.21 0.91 0.21
Hex 66 46 5 0 1F 5F 3C 28 5B 15
Octal 146 106 5 0 37 137 74 50 133 25
Binary 1100110 1000110 101 0 11111 1011111 111100 101000 1011011 10101

Color Harmonies of #664605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664605

Black with #664605

Text Example


Text Example

White with #664605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664605; }

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

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

background-color css

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

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

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

border-color css

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

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

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