Html Css Color HEX #653D0E Raw Umber

📋 copy color: '#653D0E'

red 101 ◦ green 61 ◦ blue 14

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

Shades of Raw Umber #653D0E

Tints of Raw Umber #653D0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.95%

R = 57.39%
G = 34.66%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.86

 K value IS 0.60

RGB Variations

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

Color information

#653D0E (or 0x653D0E) is known color: Raw Umber. HEX triplet: 65, 3D and 0E. RGB value is (101,61,14). Sum of RGB (Red+Green+Blue) = 101+61+14=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 61 (24.22% from 255 or 34.66% from 176); Blue value is 14 (5.86% from 255 or 7.95% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #653D0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653D0E is #9AC2F1. Grayscale: #434343. Windows color (decimal): -10142450 or 933221. OLE color: 933221.

HSL color Cylindrical-coordinate representation of color #653D0E: hue angle of 32.41º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #653D0E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 61 14 -
CMYK 0 0.40 0.86 0.60
HSL 32.41º 0.76% 0.23% -
HSV(B) 32.41º 0.86% 0.4% -
XYZ 7.11 6.14 1.22 -
YUV 67.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 101 61 14 0 0.40 0.86 0.60 32.41 0.76 0.23
Hex 65 3D E 0 28 56 3C 20 4C 17
Octal 145 75 16 0 50 126 74 40 114 27
Binary 1100101 111101 1110 0 101000 1010110 111100 100000 1001100 10111

Color Harmonies of #653D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653D0E

Black with #653D0E

Text Example


Text Example

White with #653D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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