Html Css Color HEX #665102 Raw Umber

📋 copy color: '#665102'

red 102 ◦ green 81 ◦ blue 2

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

Shades of Raw Umber #665102

Tints of Raw Umber #665102

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.78%

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

R = 55.14%
G = 43.78%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.98

 K value IS 0.6

RGB Variations

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

Color information

#665102 (or 0x665102) is known color: Raw Umber. HEX triplet: 66, 51 and 02. RGB value is (102,81,2). Sum of RGB (Red+Green+Blue) = 102+81+2=185 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.14% from 185); Green value is 81 (32.03% from 255 or 43.78% from 185); Blue value is 2 (1.17% from 255 or 1.08% from 185); Max value from RGB is 102 - color contains mainly: red. Hex color #665102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665102 is #99AEFD. Grayscale: #4E4E4E. Windows color (decimal): -10071806 or 151910. OLE color: 151910.

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

Color convert

RGB 102 81 2 -
CMYK 0 0.21 0.98 0.6
HSL 47.4º 0.96% 0.2% -
HSV(B) 47.4º 0.98% 0.4% -
XYZ 8.43 8.71 1.29 -
YUV 78.27 84.96 144.92 -
System Red Green Blue C M Y K H S L
Decimal 102 81 2 0 0.21 0.98 0.6 47.4 0.96 0.2
Hex 66 51 2 0 15 62 3C 2F 60 14
Octal 146 121 2 0 25 142 74 57 140 24
Binary 1100110 1010001 10 0 10101 1100010 111100 101111 1100000 10100

Color Harmonies of #665102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665102

Black with #665102

Text Example


Text Example

White with #665102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665102; }

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

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

background-color css

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

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

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

border-color css

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

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

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