Html Css Color HEX #665500 Raw Umber

📋 copy color: '#665500'

red 102 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #665500

Tints of Raw Umber #665500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 45.45%

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

R = 54.55%
G = 45.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665500 (or 0x665500) is known color: Raw Umber. HEX triplet: 66, 55 and 00. RGB value is (102,85,0). Sum of RGB (Red+Green+Blue) = 102+85+0=187 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.55% from 187); Green value is 85 (33.59% from 255 or 45.45% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 102 - color contains mainly: red. Hex color #665500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665500 is #99AAFF. Grayscale: #505050. Windows color (decimal): -10070784 or 21862. OLE color: 21862.

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

Color convert

RGB 102 85 0 -
CMYK 0 0.17 1 0.6
HSL 50º 1% 0.2% -
HSV(B) 50º 1% 0.4% -
XYZ 8.73 9.32 1.34 -
YUV 80.39 82.63 143.41 -
System Red Green Blue C M Y K H S L
Decimal 102 85 0 0 0.17 1 0.6 50 1 0.2
Hex 66 55 0 0 11 64 3C 32 64 14
Octal 146 125 0 0 21 144 74 62 144 24
Binary 1100110 1010101 0 0 10001 1100100 111100 110010 1100100 10100

Color Harmonies of #665500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665500

Black with #665500

Text Example


Text Example

White with #665500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665500; }

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

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

background-color css

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

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

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

border-color css

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

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

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