Html Css Color HEX #655012 Raw Umber

📋 copy color: '#655012'

red 101 ◦ green 80 ◦ blue 18

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

Shades of Raw Umber #655012

Tints of Raw Umber #655012

RGB

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

 GREEN value IS 80 (31.64% from 255) = 40.2%

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

R = 50.75%
G = 40.2%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#655012 (or 0x655012) is known color: Raw Umber. HEX triplet: 65, 50 and 12. RGB value is (101,80,18). Sum of RGB (Red+Green+Blue) = 101+80+18=199 (26% of max value = 765). Red value is 101 (39.84% from 255 or 50.75% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 101 - color contains mainly: red. Hex color #655012 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #655012 is #9AAFED. Grayscale: #4F4F4F. Windows color (decimal): -10137582 or 1200229. OLE color: 1200229.

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

Color convert

RGB 101 80 18 -
CMYK 0 0.21 0.82 0.60
HSL 44.82º 0.7% 0.23% -
HSV(B) 44.82º 0.82% 0.4% -
XYZ 8.34 8.55 1.78 -
YUV 79.21 93.46 143.54 -
System Red Green Blue C M Y K H S L
Decimal 101 80 18 0 0.21 0.82 0.60 44.82 0.7 0.23
Hex 65 50 12 0 15 52 3C 2D 46 17
Octal 145 120 22 0 25 122 74 55 106 27
Binary 1100101 1010000 10010 0 10101 1010010 111100 101101 1000110 10111

Color Harmonies of #655012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #655012

Black with #655012

Text Example


Text Example

White with #655012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #655012; }

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

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

background-color css

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

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

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

border-color css

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

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

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