Html Css Color HEX #653B0A Baker's Chocolate

📋 copy color: '#653B0A'

red 101 ◦ green 59 ◦ blue 10

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

Shades of Baker's Chocolate #653B0A

Tints of Baker's Chocolate #653B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.71%

 BLUE value IS 10 (4.3% from 255) = 5.88%

R = 59.41%
G = 34.71%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.60

RGB Variations

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

Color information

#653B0A (or 0x653B0A) is known color: Baker's Chocolate. HEX triplet: 65, 3B and 0A. RGB value is (101,59,10). Sum of RGB (Red+Green+Blue) = 101+59+10=170 (22% of max value = 765). Red value is 101 (39.84% from 255 or 59.41% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 10 (4.30% from 255 or 5.88% from 170); Max value from RGB is 101 - color contains mainly: red. Hex color #653B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653B0A is #9AC4F5. Grayscale: #424242. Windows color (decimal): -10142966 or 670565. OLE color: 670565.

HSL color Cylindrical-coordinate representation of color #653B0A: hue angle of 32.31º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #653B0A is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 59 10 -
CMYK 0 0.42 0.90 0.60
HSL 32.31º 0.82% 0.22% -
HSV(B) 32.31º 0.9% 0.4% -
XYZ 6.99 5.92 1.06 -
YUV 65.97 96.41 152.98 -
System Red Green Blue C M Y K H S L
Decimal 101 59 10 0 0.42 0.90 0.60 32.31 0.82 0.22
Hex 65 3B A 0 2A 5A 3C 20 52 16
Octal 145 73 12 0 52 132 74 40 122 26
Binary 1100101 111011 1010 0 101010 1011010 111100 100000 1010010 10110

Color Harmonies of #653B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B0A

Black with #653B0A

Text Example


Text Example

White with #653B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,59,10); }

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

background-color css

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

 a { background-color: rgb(101,59,10); }

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

border-color css

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

 span { border-color: rgb(101,59,10); }

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