Html Css Color HEX #665702 Raw Umber

📋 copy color: '#665702'

red 102 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #665702

Tints of Raw Umber #665702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.05%

R = 53.4%
G = 45.55%
B = 1.05%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#665702 (or 0x665702) is known color: Raw Umber. HEX triplet: 66, 57 and 02. RGB value is (102,87,2). Sum of RGB (Red+Green+Blue) = 102+87+2=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 87 (34.38% from 255 or 45.55% from 191); Blue value is 2 (1.17% from 255 or 1.05% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #665702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665702 is #99A8FD. Grayscale: #525252. Windows color (decimal): -10070270 or 153446. OLE color: 153446.

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

Color convert

RGB 102 87 2 -
CMYK 0 0.15 0.98 0.6
HSL 51º 0.96% 0.2% -
HSV(B) 51º 0.98% 0.4% -
XYZ 8.9 9.65 1.45 -
YUV 81.8 82.97 142.41 -
System Red Green Blue C M Y K H S L
Decimal 102 87 2 0 0.15 0.98 0.6 51 0.96 0.2
Hex 66 57 2 0 F 62 3C 33 60 14
Octal 146 127 2 0 17 142 74 63 140 24
Binary 1100110 1010111 10 0 1111 1100010 111100 110011 1100000 10100

Color Harmonies of #665702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665702

Black with #665702

Text Example


Text Example

White with #665702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665702; }

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

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

background-color css

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

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

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

border-color css

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

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

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