Html Css Color HEX #655502 Raw Umber

📋 copy color: '#655502'

red 101 ◦ green 85 ◦ blue 2

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

Shades of Raw Umber #655502

Tints of Raw Umber #655502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.06%

R = 53.72%
G = 45.21%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#655502 (or 0x655502) is known color: Raw Umber. HEX triplet: 65, 55 and 02. RGB value is (101,85,2). Sum of RGB (Red+Green+Blue) = 101+85+2=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #655502 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655502 is #9AAAFD. Grayscale: #505050. Windows color (decimal): -10136318 or 152933. OLE color: 152933.

HSL color Cylindrical-coordinate representation of color #655502: hue angle of 50.3º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #655502 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 85 2 -
CMYK 0 0.16 0.98 0.60
HSL 50.3º 0.96% 0.2% -
HSV(B) 50.3º 0.98% 0.4% -
XYZ 8.63 9.27 1.39 -
YUV 80.32 83.8 142.75 -
System Red Green Blue C M Y K H S L
Decimal 101 85 2 0 0.16 0.98 0.60 50.3 0.96 0.2
Hex 65 55 2 0 10 62 3C 32 60 14
Octal 145 125 2 0 20 142 74 62 140 24
Binary 1100101 1010101 10 0 10000 1100010 111100 110010 1100000 10100

Color Harmonies of #655502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655502

Black with #655502

Text Example


Text Example

White with #655502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655502; }

 p { color: rgb(101,85,2); }

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

background-color css

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

 a { background-color: rgb(101,85,2); }

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

border-color css

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

 span { border-color: rgb(101,85,2); }

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