Html Css Color HEX #653C1A Dark Brown

📋 copy color: '#653C1A'

red 101 ◦ green 60 ◦ blue 26

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

Shades of Dark Brown #653C1A

Tints of Dark Brown #653C1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.9%

R = 54.01%
G = 32.09%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.74

 K value IS 0.60

RGB Variations

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

Color information

#653C1A (or 0x653C1A) is known color: Dark Brown. HEX triplet: 65, 3C and 1A. RGB value is (101,60,26). Sum of RGB (Red+Green+Blue) = 101+60+26=187 (24% of max value = 765). Red value is 101 (39.84% from 255 or 54.01% from 187); Green value is 60 (23.83% from 255 or 32.09% from 187); Blue value is 26 (10.55% from 255 or 13.90% from 187); Max value from RGB is 101 - color contains mainly: red. Hex color #653C1A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #653C1A is #9AC3E5. Grayscale: #444444. Windows color (decimal): -10142694 or 1719397. OLE color: 1719397.

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

Color convert

RGB 101 60 26 -
CMYK 0 0.41 0.74 0.60
HSL 27.2º 0.59% 0.25% -
HSV(B) 27.2º 0.74% 0.4% -
XYZ 7.17 6.07 1.77 -
YUV 68.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 101 60 26 0 0.41 0.74 0.60 27.2 0.59 0.25
Hex 65 3C 1A 0 29 4A 3C 1B 3B 19
Octal 145 74 32 0 51 112 74 33 73 31
Binary 1100101 111100 11010 0 101001 1001010 111100 11011 111011 11001

Color Harmonies of #653C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C1A

Black with #653C1A

Text Example


Text Example

White with #653C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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