Html Css Color HEX #665401 Raw Umber

📋 copy color: '#665401'

red 102 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #665401

Tints of Raw Umber #665401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 44.92%

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

R = 54.55%
G = 44.92%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#665401 (or 0x665401) is known color: Raw Umber. HEX triplet: 66, 54 and 01. RGB value is (102,84,1). Sum of RGB (Red+Green+Blue) = 102+84+1=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 84 (33.20% from 255 or 44.92% from 187); Blue value is 1 (0.78% from 255 or 0.53% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #665401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665401 is #99ABFE. Grayscale: #505050. Windows color (decimal): -10071039 or 87142. OLE color: 87142.

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

Color convert

RGB 102 84 1 -
CMYK 0 0.18 0.99 0.6
HSL 49.31º 0.98% 0.2% -
HSV(B) 49.31º 0.99% 0.4% -
XYZ 8.66 9.17 1.34 -
YUV 79.92 83.46 143.75 -
System Red Green Blue C M Y K H S L
Decimal 102 84 1 0 0.18 0.99 0.6 49.31 0.98 0.2
Hex 66 54 1 0 12 63 3C 31 62 14
Octal 146 124 1 0 22 143 74 61 142 24
Binary 1100110 1010100 1 0 10010 1100011 111100 110001 1100010 10100

Color Harmonies of #665401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665401

Black with #665401

Text Example


Text Example

White with #665401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665401; }

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

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

background-color css

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

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

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

border-color css

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

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

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