Html Css Color HEX #665900 Raw Umber

📋 copy color: '#665900'

red 102 ◦ green 89 ◦ blue 0

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

Shades of Raw Umber #665900

Tints of Raw Umber #665900

RGB

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

 GREEN value IS 89 (35.16% from 255) = 46.6%

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

R = 53.4%
G = 46.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665900 (or 0x665900) is known color: Raw Umber. HEX triplet: 66, 59 and 00. RGB value is (102,89,0). Sum of RGB (Red+Green+Blue) = 102+89+0=191 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.40% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 0 (0.39% from 255 or 0% from 191); Max value from RGB is 102 - color contains mainly: red. Hex color #665900 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665900 is #99A6FF. Grayscale: #535353. Windows color (decimal): -10069760 or 22886. OLE color: 22886.

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

Color convert

RGB 102 89 0 -
CMYK 0 0.13 1 0.6
HSL 52.35º 1% 0.2% -
HSV(B) 52.35º 1% 0.4% -
XYZ 9.05 9.97 1.45 -
YUV 82.74 81.31 141.74 -
System Red Green Blue C M Y K H S L
Decimal 102 89 0 0 0.13 1 0.6 52.35 1 0.2
Hex 66 59 0 0 D 64 3C 34 64 14
Octal 146 131 0 0 15 144 74 64 144 24
Binary 1100110 1011001 0 0 1101 1100100 111100 110100 1100100 10100

Color Harmonies of #665900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665900

Black with #665900

Text Example


Text Example

White with #665900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665900; }

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

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

background-color css

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

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

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

border-color css

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

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

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