Html Css Color HEX #653C00 Raw Umber

📋 copy color: '#653C00'

red 101 ◦ green 60 ◦ blue 0

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

Shades of Raw Umber #653C00

Tints of Raw Umber #653C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 37.27%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.73%
G = 37.27%
B = 0%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#653C00 (or 0x653C00) is known color: Raw Umber. HEX triplet: 65, 3C and 00. RGB value is (101,60,0). Sum of RGB (Red+Green+Blue) = 101+60+0=161 (21% of max value = 765). Red value is 101 (39.84% from 255 or 62.73% from 161); Green value is 60 (23.83% from 255 or 37.27% from 161); Blue value is 0 (0.39% from 255 or 0% from 161); Max value from RGB is 101 - color contains mainly: red. Hex color #653C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C00 is #9AC3FF. Grayscale: #414141. Windows color (decimal): -10142720 or 15461. OLE color: 15461.

HSL color Cylindrical-coordinate representation of color #653C00: hue angle of 35.64º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #653C00 is Cyan = 0, Magento = 0.41, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 60 0 -
CMYK 0 0.41 1 0.60
HSL 35.64º 1% 0.2% -
HSV(B) 35.64º 1% 0.4% -
XYZ 6.98 6 0.79 -
YUV 65.42 91.08 153.38 -
System Red Green Blue C M Y K H S L
Decimal 101 60 0 0 0.41 1 0.60 35.64 1 0.2
Hex 65 3C 0 0 29 64 3C 24 64 14
Octal 145 74 0 0 51 144 74 44 144 24
Binary 1100101 111100 0 0 101001 1100100 111100 100100 1100100 10100

Color Harmonies of #653C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C00

Black with #653C00

Text Example


Text Example

White with #653C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,60,0); }

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

background-color css

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

 a { background-color: rgb(101,60,0); }

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

border-color css

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

 span { border-color: rgb(101,60,0); }

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