Html Css Color HEX #655400 Raw Umber

📋 copy color: '#655400'

red 101 ◦ green 84 ◦ blue 0

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

Shades of Raw Umber #655400

Tints of Raw Umber #655400

RGB

 RED value IS 101 (39.84% from 255) = 54.59%

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

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

R = 54.59%
G = 45.41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#655400 (or 0x655400) is known color: Raw Umber. HEX triplet: 65, 54 and 00. RGB value is (101,84,0). Sum of RGB (Red+Green+Blue) = 101+84+0=185 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.59% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 0 (0.39% from 255 or 0% from 185); Max value from RGB is 101 - color contains mainly: red. Hex color #655400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655400 is #9AABFF. Grayscale: #4F4F4F. Windows color (decimal): -10136576 or 21605. OLE color: 21605.

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

Color convert

RGB 101 84 0 -
CMYK 0 0.17 1 0.60
HSL 49.9º 1% 0.2% -
HSV(B) 49.9º 1% 0.4% -
XYZ 8.54 9.11 1.31 -
YUV 79.51 83.13 143.33 -
System Red Green Blue C M Y K H S L
Decimal 101 84 0 0 0.17 1 0.60 49.9 1 0.2
Hex 65 54 0 0 11 64 3C 32 64 14
Octal 145 124 0 0 21 144 74 62 144 24
Binary 1100101 1010100 0 0 10001 1100100 111100 110010 1100100 10100

Color Harmonies of #655400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655400

Black with #655400

Text Example


Text Example

White with #655400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655400; }

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

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

background-color css

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

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

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

border-color css

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

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

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