Html Css Color HEX #664501 Raw Umber

📋 copy color: '#664501'

red 102 ◦ green 69 ◦ blue 1

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

Shades of Raw Umber #664501

Tints of Raw Umber #664501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.58%

R = 59.3%
G = 40.12%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#664501 (or 0x664501) is known color: Raw Umber. HEX triplet: 66, 45 and 01. RGB value is (102,69,1). Sum of RGB (Red+Green+Blue) = 102+69+1=172 (22% of max value = 765). Red value is 102 (40.23% from 255 or 59.30% from 172); Green value is 69 (27.34% from 255 or 40.12% from 172); Blue value is 1 (0.78% from 255 or 0.58% from 172); Max value from RGB is 102 - color contains mainly: red. Hex color #664501 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664501 is #99BAFE. Grayscale: #474747. Windows color (decimal): -10074879 or 83302. OLE color: 83302.

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

Color convert

RGB 102 69 1 -
CMYK 0 0.32 0.99 0.6
HSL 40.4º 0.98% 0.2% -
HSV(B) 40.4º 0.99% 0.4% -
XYZ 7.61 7.08 0.99 -
YUV 71.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 102 69 1 0 0.32 0.99 0.6 40.4 0.98 0.2
Hex 66 45 1 0 20 63 3C 28 62 14
Octal 146 105 1 0 40 143 74 50 142 24
Binary 1100110 1000101 1 0 100000 1100011 111100 101000 1100010 10100

Color Harmonies of #664501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664501

Black with #664501

Text Example


Text Example

White with #664501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664501; }

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

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

background-color css

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

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

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

border-color css

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

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

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