Html Css Color HEX #654010 Raw Umber

📋 copy color: '#654010'

red 101 ◦ green 64 ◦ blue 16

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

Shades of Raw Umber #654010

Tints of Raw Umber #654010

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.36%

 BLUE value IS 16 (6.64% from 255) = 8.84%

R = 55.8%
G = 35.36%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.60

RGB Variations

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

Color information

#654010 (or 0x654010) is known color: Raw Umber. HEX triplet: 65, 40 and 10. RGB value is (101,64,16). Sum of RGB (Red+Green+Blue) = 101+64+16=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 16 (6.64% from 255 or 8.84% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #654010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654010 is #9ABFEF. Grayscale: #454545. Windows color (decimal): -10141680 or 1065061. OLE color: 1065061.

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

Color convert

RGB 101 64 16 -
CMYK 0 0.37 0.84 0.60
HSL 33.88º 0.73% 0.23% -
HSV(B) 33.88º 0.84% 0.4% -
XYZ 7.29 6.47 1.35 -
YUV 69.59 97.76 150.4 -
System Red Green Blue C M Y K H S L
Decimal 101 64 16 0 0.37 0.84 0.60 33.88 0.73 0.23
Hex 65 40 10 0 25 54 3C 22 49 17
Octal 145 100 20 0 45 124 74 42 111 27
Binary 1100101 1000000 10000 0 100101 1010100 111100 100010 1001001 10111

Color Harmonies of #654010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654010

Black with #654010

Text Example


Text Example

White with #654010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654010; }

 p { color: rgb(101,64,16); }

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

background-color css

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

 a { background-color: rgb(101,64,16); }

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

border-color css

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

 span { border-color: rgb(101,64,16); }

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