Html Css Color HEX #653C0F Baker's Chocolate

📋 copy color: '#653C0F'

red 101 ◦ green 60 ◦ blue 15

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

Shades of Baker's Chocolate #653C0F

Tints of Baker's Chocolate #653C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.52%

R = 57.39%
G = 34.09%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#653C0F (or 0x653C0F) is known color: Baker's Chocolate. HEX triplet: 65, 3C and 0F. RGB value is (101,60,15). Sum of RGB (Red+Green+Blue) = 101+60+15=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 60 (23.83% from 255 or 34.09% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #653C0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653C0F is #9AC3F0. Grayscale: #434343. Windows color (decimal): -10142705 or 998501. OLE color: 998501.

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

Color convert

RGB 101 60 15 -
CMYK 0 0.41 0.85 0.60
HSL 31.4º 0.74% 0.23% -
HSV(B) 31.4º 0.85% 0.4% -
XYZ 7.07 6.03 1.24 -
YUV 67.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 101 60 15 0 0.41 0.85 0.60 31.4 0.74 0.23
Hex 65 3C F 0 29 55 3C 1F 4A 17
Octal 145 74 17 0 51 125 74 37 112 27
Binary 1100101 111100 1111 0 101001 1010101 111100 11111 1001010 10111

Color Harmonies of #653C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653C0F

Black with #653C0F

Text Example


Text Example

White with #653C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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