Html Css Color HEX #664503 Raw Umber

📋 copy color: '#664503'

red 102 ◦ green 69 ◦ blue 3

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

Shades of Raw Umber #664503

Tints of Raw Umber #664503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.72%

R = 58.62%
G = 39.66%
B = 1.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.97

 K value IS 0.6

RGB Variations

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

Color information

#664503 (or 0x664503) is known color: Raw Umber. HEX triplet: 66, 45 and 03. RGB value is (102,69,3). Sum of RGB (Red+Green+Blue) = 102+69+3=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 69 (27.34% from 255 or 39.66% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #664503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664503 is #99BAFC. Grayscale: #474747. Windows color (decimal): -10074877 or 214374. OLE color: 214374.

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

Color convert

RGB 102 69 3 -
CMYK 0 0.32 0.97 0.6
HSL 40º 0.94% 0.21% -
HSV(B) 40º 0.97% 0.4% -
XYZ 7.62 7.09 1.05 -
YUV 71.34 89.43 149.87 -
System Red Green Blue C M Y K H S L
Decimal 102 69 3 0 0.32 0.97 0.6 40 0.94 0.21
Hex 66 45 3 0 20 61 3C 28 5E 15
Octal 146 105 3 0 40 141 74 50 136 25
Binary 1100110 1000101 11 0 100000 1100001 111100 101000 1011110 10101

Color Harmonies of #664503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664503

Black with #664503

Text Example


Text Example

White with #664503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664503; }

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

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

background-color css

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

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

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

border-color css

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

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

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