Html Css Color HEX #655212 Raw Umber

📋 copy color: '#655212'

red 101 ◦ green 82 ◦ blue 18

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

Shades of Raw Umber #655212

Tints of Raw Umber #655212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40.8%

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 50.25%
G = 40.8%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#655212 (or 0x655212) is known color: Raw Umber. HEX triplet: 65, 52 and 12. RGB value is (101,82,18). Sum of RGB (Red+Green+Blue) = 101+82+18=201 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.25% from 201); Green value is 82 (32.42% from 255 or 40.80% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 101 - color contains mainly: red. Hex color #655212 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655212 is #9AADED. Grayscale: #505050. Windows color (decimal): -10137070 or 1200741. OLE color: 1200741.

HSL color Cylindrical-coordinate representation of color #655212: hue angle of 46.27º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #655212 is Cyan = 0, Magento = 0.19, Yellow = 0.82 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 82 18 -
CMYK 0 0.19 0.82 0.60
HSL 46.27º 0.7% 0.23% -
HSV(B) 46.27º 0.82% 0.4% -
XYZ 8.49 8.84 1.83 -
YUV 80.39 92.79 142.7 -
System Red Green Blue C M Y K H S L
Decimal 101 82 18 0 0.19 0.82 0.60 46.27 0.7 0.23
Hex 65 52 12 0 13 52 3C 2E 46 17
Octal 145 122 22 0 23 122 74 56 106 27
Binary 1100101 1010010 10010 0 10011 1010010 111100 101110 1000110 10111

Color Harmonies of #655212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655212

Black with #655212

Text Example


Text Example

White with #655212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655212; }

 p { color: rgb(101,82,18); }

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

background-color css

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

 a { background-color: rgb(101,82,18); }

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

border-color css

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

 span { border-color: rgb(101,82,18); }

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