Html Css Color HEX #653713 Baker's Chocolate

📋 copy color: '#653713'

red 101 ◦ green 55 ◦ blue 19

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

Shades of Baker's Chocolate #653713

Tints of Baker's Chocolate #653713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

 BLUE value IS 19 (7.81% from 255) = 10.86%

R = 57.71%
G = 31.43%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.81

 K value IS 0.60

RGB Variations

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

Color information

#653713 (or 0x653713) is known color: Baker's Chocolate. HEX triplet: 65, 37 and 13. RGB value is (101,55,19). Sum of RGB (Red+Green+Blue) = 101+55+19=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #653713 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653713 is #9AC8EC. Grayscale: #404040. Windows color (decimal): -10143981 or 1259365. OLE color: 1259365.

HSL color Cylindrical-coordinate representation of color #653713: hue angle of 26.34º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #653713 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 55 19 -
CMYK 0 0.46 0.81 0.60
HSL 26.34º 0.68% 0.24% -
HSV(B) 26.34º 0.81% 0.4% -
XYZ 6.85 5.55 1.33 -
YUV 64.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 101 55 19 0 0.46 0.81 0.60 26.34 0.68 0.24
Hex 65 37 13 0 2E 51 3C 1A 44 18
Octal 145 67 23 0 56 121 74 32 104 30
Binary 1100101 110111 10011 0 101110 1010001 111100 11010 1000100 11000

Color Harmonies of #653713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653713

Black with #653713

Text Example


Text Example

White with #653713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653713; }

 p { color: rgb(101,55,19); }

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

background-color css

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

 a { background-color: rgb(101,55,19); }

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

border-color css

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

 span { border-color: rgb(101,55,19); }

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