Html Css Color HEX #654C0C Raw Umber

📋 copy color: '#654C0C'

red 101 ◦ green 76 ◦ blue 12

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

Shades of Raw Umber #654C0C

Tints of Raw Umber #654C0C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

 BLUE value IS 12 (5.08% from 255) = 6.35%

R = 53.44%
G = 40.21%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#654C0C (or 0x654C0C) is known color: Raw Umber. HEX triplet: 65, 4C and 0C. RGB value is (101,76,12). Sum of RGB (Red+Green+Blue) = 101+76+12=189 (25% of max value = 765). Red value is 101 (39.84% from 255 or 53.44% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 101 - color contains mainly: red. Hex color #654C0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #654C0C is #9AB3F3. Grayscale: #4C4C4C. Windows color (decimal): -10138612 or 805989. OLE color: 805989.

HSL color Cylindrical-coordinate representation of color #654C0C: hue angle of 43.15º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #654C0C is Cyan = 0, Magento = 0.25, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 76 12 -
CMYK 0 0.25 0.88 0.60
HSL 43.15º 0.79% 0.22% -
HSV(B) 43.15º 0.88% 0.4% -
XYZ 8.02 7.96 1.46 -
YUV 76.18 91.78 145.7 -
System Red Green Blue C M Y K H S L
Decimal 101 76 12 0 0.25 0.88 0.60 43.15 0.79 0.22
Hex 65 4C C 0 19 58 3C 2B 4F 16
Octal 145 114 14 0 31 130 74 53 117 26
Binary 1100101 1001100 1100 0 11001 1011000 111100 101011 1001111 10110

Color Harmonies of #654C0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #654C0C

Black with #654C0C

Text Example


Text Example

White with #654C0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,76,12); }

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

background-color css

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

 a { background-color: rgb(101,76,12); }

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

border-color css

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

 span { border-color: rgb(101,76,12); }

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