Html Css Color HEX #655505 Raw Umber

📋 copy color: '#655505'

red 101 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #655505

Tints of Raw Umber #655505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.62%

R = 52.88%
G = 44.5%
B = 2.62%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#655505 (or 0x655505) is known color: Raw Umber. HEX triplet: 65, 55 and 05. RGB value is (101,85,5). Sum of RGB (Red+Green+Blue) = 101+85+5=191 (25% of max value = 765). Red value is 101 (39.84% from 255 or 52.88% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 5 (2.34% from 255 or 2.62% from 191); Max value from RGB is 101 - color contains mainly: red. Hex color #655505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655505 is #9AAAFA. Grayscale: #505050. Windows color (decimal): -10136315 or 349541. OLE color: 349541.

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

Color convert

RGB 101 85 5 -
CMYK 0 0.16 0.95 0.60
HSL 50º 0.91% 0.21% -
HSV(B) 50º 0.95% 0.4% -
XYZ 8.64 9.27 1.48 -
YUV 80.66 85.3 142.5 -
System Red Green Blue C M Y K H S L
Decimal 101 85 5 0 0.16 0.95 0.60 50 0.91 0.21
Hex 65 55 5 0 10 5F 3C 32 5B 15
Octal 145 125 5 0 20 137 74 62 133 25
Binary 1100101 1010101 101 0 10000 1011111 111100 110010 1011011 10101

Color Harmonies of #655505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655505

Black with #655505

Text Example


Text Example

White with #655505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655505; }

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

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

background-color css

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

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

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

border-color css

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

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

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