Html Css Color HEX #665000 Raw Umber

📋 copy color: '#665000'

red 102 ◦ green 80 ◦ blue 0

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

Shades of Raw Umber #665000

Tints of Raw Umber #665000

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.96%

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

R = 56.04%
G = 43.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665000 (or 0x665000) is known color: Raw Umber. HEX triplet: 66, 50 and 00. RGB value is (102,80,0). Sum of RGB (Red+Green+Blue) = 102+80+0=182 (24% of max value = 765). Red value is 102 (40.23% from 255 or 56.04% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 102 - color contains mainly: red. Hex color #665000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665000 is #99AFFF. Grayscale: #4D4D4D. Windows color (decimal): -10072064 or 20582. OLE color: 20582.

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

Color convert

RGB 102 80 0 -
CMYK 0 0.22 1 0.6
HSL 47.06º 1% 0.2% -
HSV(B) 47.06º 1% 0.4% -
XYZ 8.35 8.56 1.21 -
YUV 77.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 102 80 0 0 0.22 1 0.6 47.06 1 0.2
Hex 66 50 0 0 16 64 3C 2F 64 14
Octal 146 120 0 0 26 144 74 57 144 24
Binary 1100110 1010000 0 0 10110 1100100 111100 101111 1100100 10100

Color Harmonies of #665000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665000

Black with #665000

Text Example


Text Example

White with #665000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665000; }

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

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

background-color css

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

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

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

border-color css

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

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

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