Html Css Color HEX #665200 Raw Umber

📋 copy color: '#665200'

red 102 ◦ green 82 ◦ blue 0

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

Shades of Raw Umber #665200

Tints of Raw Umber #665200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 44.57%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.43%
G = 44.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665200 (or 0x665200) is known color: Raw Umber. HEX triplet: 66, 52 and 00. RGB value is (102,82,0). Sum of RGB (Red+Green+Blue) = 102+82+0=184 (24% of max value = 765). Red value is 102 (40.23% from 255 or 55.43% from 184); Green value is 82 (32.42% from 255 or 44.57% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 102 - color contains mainly: red. Hex color #665200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665200 is #99ADFF. Grayscale: #4E4E4E. Windows color (decimal): -10071552 or 21094. OLE color: 21094.

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

Color convert

RGB 102 82 0 -
CMYK 0 0.20 1 0.6
HSL 48.24º 1% 0.2% -
HSV(B) 48.24º 1% 0.4% -
XYZ 8.5 8.86 1.26 -
YUV 78.63 83.63 144.67 -
System Red Green Blue C M Y K H S L
Decimal 102 82 0 0 0.20 1 0.6 48.24 1 0.2
Hex 66 52 0 0 14 64 3C 30 64 14
Octal 146 122 0 0 24 144 74 60 144 24
Binary 1100110 1010010 0 0 10100 1100100 111100 110000 1100100 10100

Color Harmonies of #665200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665200

Black with #665200

Text Example


Text Example

White with #665200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665200; }

 p { color: rgb(102,82,0); }

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

background-color css

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

 a { background-color: rgb(102,82,0); }

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

border-color css

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

 span { border-color: rgb(102,82,0); }

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