Html Css Color HEX #654512 Raw Umber

📋 copy color: '#654512'

red 101 ◦ green 69 ◦ blue 18

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

Shades of Raw Umber #654512

Tints of Raw Umber #654512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.7%

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

R = 53.72%
G = 36.7%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.60

RGB Variations

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

Color information

#654512 (or 0x654512) is known color: Raw Umber. HEX triplet: 65, 45 and 12. RGB value is (101,69,18). Sum of RGB (Red+Green+Blue) = 101+69+18=188 (24% of max value = 765). Red value is 101 (39.84% from 255 or 53.72% from 188); Green value is 69 (27.34% from 255 or 36.70% from 188); Blue value is 18 (7.42% from 255 or 9.57% from 188); Max value from RGB is 101 - color contains mainly: red. Hex color #654512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654512 is #9ABAED. Grayscale: #484848. Windows color (decimal): -10140398 or 1197413. OLE color: 1197413.

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

Color convert

RGB 101 69 18 -
CMYK 0 0.32 0.82 0.60
HSL 36.87º 0.7% 0.23% -
HSV(B) 36.87º 0.82% 0.4% -
XYZ 7.6 7.07 1.54 -
YUV 72.75 97.1 148.15 -
System Red Green Blue C M Y K H S L
Decimal 101 69 18 0 0.32 0.82 0.60 36.87 0.7 0.23
Hex 65 45 12 0 20 52 3C 25 46 17
Octal 145 105 22 0 40 122 74 45 106 27
Binary 1100101 1000101 10010 0 100000 1010010 111100 100101 1000110 10111

Color Harmonies of #654512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654512

Black with #654512

Text Example


Text Example

White with #654512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #654512; }

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

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

background-color css

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

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

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

border-color css

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

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

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