Html Css Color HEX #653B17 Baker's Chocolate

📋 copy color: '#653B17'

red 101 ◦ green 59 ◦ blue 23

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

Shades of Baker's Chocolate #653B17

Tints of Baker's Chocolate #653B17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.57%

R = 55.19%
G = 32.24%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.77

 K value IS 0.60

RGB Variations

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

Color information

#653B17 (or 0x653B17) is known color: Baker's Chocolate. HEX triplet: 65, 3B and 17. RGB value is (101,59,23). Sum of RGB (Red+Green+Blue) = 101+59+23=183 (24% of max value = 765). Red value is 101 (39.84% from 255 or 55.19% from 183); Green value is 59 (23.44% from 255 or 32.24% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 101 - color contains mainly: red. Hex color #653B17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653B17 is #9AC4E8. Grayscale: #434343. Windows color (decimal): -10142953 or 1522533. OLE color: 1522533.

HSL color Cylindrical-coordinate representation of color #653B17: hue angle of 27.69º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #653B17 is Cyan = 0, Magento = 0.42, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 59 23 -
CMYK 0 0.42 0.77 0.60
HSL 27.69º 0.63% 0.24% -
HSV(B) 27.69º 0.77% 0.4% -
XYZ 7.09 5.96 1.59 -
YUV 67.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 101 59 23 0 0.42 0.77 0.60 27.69 0.63 0.24
Hex 65 3B 17 0 2A 4D 3C 1C 3F 18
Octal 145 73 27 0 52 115 74 34 77 30
Binary 1100101 111011 10111 0 101010 1001101 111100 11100 111111 11000

Color Harmonies of #653B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B17

Black with #653B17

Text Example


Text Example

White with #653B17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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