Html Css Color HEX #654B16 Raw Umber

📋 copy color: '#654B16'

red 101 ◦ green 75 ◦ blue 22

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

Shades of Raw Umber #654B16

Tints of Raw Umber #654B16

RGB

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

 GREEN value IS 75 (29.69% from 255) = 37.88%

 BLUE value IS 22 (8.98% from 255) = 11.11%

R = 51.01%
G = 37.88%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#654B16 (or 0x654B16) is known color: Raw Umber. HEX triplet: 65, 4B and 16. RGB value is (101,75,22). Sum of RGB (Red+Green+Blue) = 101+75+22=198 (26% of max value = 765). Red value is 101 (39.84% from 255 or 51.01% from 198); Green value is 75 (29.69% from 255 or 37.88% from 198); Blue value is 22 (8.98% from 255 or 11.11% from 198); Max value from RGB is 101 - color contains mainly: red. Hex color #654B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654B16 is #9AB4E9. Grayscale: #4C4C4C. Windows color (decimal): -10138858 or 1461093. OLE color: 1461093.

HSL color Cylindrical-coordinate representation of color #654B16: hue angle of 40.25º degrees, saturation: 0.64, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #654B16 is Cyan = 0, Magento = 0.26, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 75 22 -
CMYK 0 0.26 0.78 0.60
HSL 40.25º 0.64% 0.24% -
HSV(B) 40.25º 0.78% 0.4% -
XYZ 8.03 7.86 1.85 -
YUV 76.73 97.11 145.31 -
System Red Green Blue C M Y K H S L
Decimal 101 75 22 0 0.26 0.78 0.60 40.25 0.64 0.24
Hex 65 4B 16 0 1A 4E 3C 28 40 18
Octal 145 113 26 0 32 116 74 50 100 30
Binary 1100101 1001011 10110 0 11010 1001110 111100 101000 1000000 11000

Color Harmonies of #654B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654B16

Black with #654B16

Text Example


Text Example

White with #654B16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654B16; }

 p { color: rgb(101,75,22); }

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

background-color css

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

 a { background-color: rgb(101,75,22); }

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

border-color css

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

 span { border-color: rgb(101,75,22); }

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