Html Css Color HEX #653714 Baker's Chocolate

📋 copy color: '#653714'

red 101 ◦ green 55 ◦ blue 20

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

Shades of Baker's Chocolate #653714

Tints of Baker's Chocolate #653714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.36%

R = 57.39%
G = 31.25%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#653714 (or 0x653714) is known color: Baker's Chocolate. HEX triplet: 65, 37 and 14. RGB value is (101,55,20). Sum of RGB (Red+Green+Blue) = 101+55+20=176 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.39% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 20 (8.20% from 255 or 11.36% from 176); Max value from RGB is 101 - color contains mainly: red. Hex color #653714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653714 is #9AC8EB. Grayscale: #404040. Windows color (decimal): -10143980 or 1324901. OLE color: 1324901.

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

Color convert

RGB 101 55 20 -
CMYK 0 0.46 0.80 0.60
HSL 25.93º 0.67% 0.24% -
HSV(B) 25.93º 0.8% 0.4% -
XYZ 6.86 5.55 1.37 -
YUV 64.76 102.74 153.85 -
System Red Green Blue C M Y K H S L
Decimal 101 55 20 0 0.46 0.80 0.60 25.93 0.67 0.24
Hex 65 37 14 0 2E 50 3C 1A 43 18
Octal 145 67 24 0 56 120 74 32 103 30
Binary 1100101 110111 10100 0 101110 1010000 111100 11010 1000011 11000

Color Harmonies of #653714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653714

Black with #653714

Text Example


Text Example

White with #653714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653714; }

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

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

background-color css

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

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

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

border-color css

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

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

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