Html Css Color HEX #653D0C Raw Umber

📋 copy color: '#653D0C'

red 101 ◦ green 61 ◦ blue 12

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

Shades of Raw Umber #653D0C

Tints of Raw Umber #653D0C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.06%

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

R = 58.05%
G = 35.06%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#653D0C (or 0x653D0C) is known color: Raw Umber. HEX triplet: 65, 3D and 0C. RGB value is (101,61,12). Sum of RGB (Red+Green+Blue) = 101+61+12=174 (23% of max value = 765). Red value is 101 (39.84% from 255 or 58.05% from 174); Green value is 61 (24.22% from 255 or 35.06% from 174); Blue value is 12 (5.08% from 255 or 6.90% from 174); Max value from RGB is 101 - color contains mainly: red. Hex color #653D0C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653D0C is #9AC2F3. Grayscale: #434343. Windows color (decimal): -10142452 or 802149. OLE color: 802149.

HSL color Cylindrical-coordinate representation of color #653D0C: hue angle of 33.03º 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 #653D0C is Cyan = 0, Magento = 0.40, Yellow = 0.88 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 61 12 -
CMYK 0 0.40 0.88 0.60
HSL 33.03º 0.79% 0.22% -
HSV(B) 33.03º 0.88% 0.4% -
XYZ 7.1 6.13 1.16 -
YUV 67.37 96.75 151.98 -
System Red Green Blue C M Y K H S L
Decimal 101 61 12 0 0.40 0.88 0.60 33.03 0.79 0.22
Hex 65 3D C 0 28 58 3C 21 4F 16
Octal 145 75 14 0 50 130 74 41 117 26
Binary 1100101 111101 1100 0 101000 1011000 111100 100001 1001111 10110

Color Harmonies of #653D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D0C

Black with #653D0C

Text Example


Text Example

White with #653D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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