Html Css Color HEX #665701 Raw Umber

📋 copy color: '#665701'

red 102 ◦ green 87 ◦ blue 1

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

Shades of Raw Umber #665701

Tints of Raw Umber #665701

RGB

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

 GREEN value IS 87 (34.38% from 255) = 45.79%

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

R = 53.68%
G = 45.79%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.6

RGB Variations

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

Color information

#665701 (or 0x665701) is known color: Raw Umber. HEX triplet: 66, 57 and 01. RGB value is (102,87,1). Sum of RGB (Red+Green+Blue) = 102+87+1=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 87 (34.38% from 255 or 45.79% from 190); Blue value is 1 (0.78% from 255 or 0.53% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #665701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665701 is #99A8FE. Grayscale: #525252. Windows color (decimal): -10070271 or 87910. OLE color: 87910.

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

Color convert

RGB 102 87 1 -
CMYK 0 0.15 0.99 0.6
HSL 51.09º 0.98% 0.2% -
HSV(B) 51.09º 0.99% 0.4% -
XYZ 8.89 9.64 1.42 -
YUV 81.68 82.47 142.49 -
System Red Green Blue C M Y K H S L
Decimal 102 87 1 0 0.15 0.99 0.6 51.09 0.98 0.2
Hex 66 57 1 0 F 63 3C 33 62 14
Octal 146 127 1 0 17 143 74 63 142 24
Binary 1100110 1010111 1 0 1111 1100011 111100 110011 1100010 10100

Color Harmonies of #665701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665701

Black with #665701

Text Example


Text Example

White with #665701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665701; }

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

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

background-color css

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

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

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

border-color css

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

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

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