Html Css Color HEX #665400 Raw Umber

📋 copy color: '#665400'

red 102 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #665400

Tints of Raw Umber #665400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 45.16%

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

R = 54.84%
G = 45.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#665400 (or 0x665400) is known color: Raw Umber. HEX triplet: 66, 54 and 00. RGB value is (102,84,0). Sum of RGB (Red+Green+Blue) = 102+84+0=186 (24% of max value = 765). Red value is 102 (40.23% from 255 or 54.84% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 102 - color contains mainly: red. Hex color #665400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665400 is #99ABFF. Grayscale: #505050. Windows color (decimal): -10071040 or 21606. OLE color: 21606.

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

Color convert

RGB 102 84 0 -
CMYK 0 0.18 1 0.6
HSL 49.41º 1% 0.2% -
HSV(B) 49.41º 1% 0.4% -
XYZ 8.65 9.17 1.31 -
YUV 79.81 82.96 143.83 -
System Red Green Blue C M Y K H S L
Decimal 102 84 0 0 0.18 1 0.6 49.41 1 0.2
Hex 66 54 0 0 12 64 3C 31 64 14
Octal 146 124 0 0 22 144 74 61 144 24
Binary 1100110 1010100 0 0 10010 1100100 111100 110001 1100100 10100

Color Harmonies of #665400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #665400

Black with #665400

Text Example


Text Example

White with #665400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #665400; }

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

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

background-color css

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

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

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

border-color css

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

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

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