Html Css Color HEX #664701 Raw Umber

📋 copy color: '#664701'

red 102 ◦ green 71 ◦ blue 1

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

Shades of Raw Umber #664701

Tints of Raw Umber #664701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 40.8%

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

R = 58.62%
G = 40.8%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#664701 (or 0x664701) is known color: Raw Umber. HEX triplet: 66, 47 and 01. RGB value is (102,71,1). Sum of RGB (Red+Green+Blue) = 102+71+1=174 (23% of max value = 765). Red value is 102 (40.23% from 255 or 58.62% from 174); Green value is 71 (28.12% from 255 or 40.80% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 102 - color contains mainly: red. Hex color #664701 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #664701 is #99B8FE. Grayscale: #484848. Windows color (decimal): -10074367 or 83814. OLE color: 83814.

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

Color convert

RGB 102 71 1 -
CMYK 0 0.30 0.99 0.6
HSL 41.58º 0.98% 0.2% -
HSV(B) 41.58º 0.99% 0.4% -
XYZ 7.74 7.33 1.04 -
YUV 72.29 87.77 149.19 -
System Red Green Blue C M Y K H S L
Decimal 102 71 1 0 0.30 0.99 0.6 41.58 0.98 0.2
Hex 66 47 1 0 1E 63 3C 2A 62 14
Octal 146 107 1 0 36 143 74 52 142 24
Binary 1100110 1000111 1 0 11110 1100011 111100 101010 1100010 10100

Color Harmonies of #664701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #664701

Black with #664701

Text Example


Text Example

White with #664701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #664701; }

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

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

background-color css

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

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

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

border-color css

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

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

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