Html Css Color HEX #653619 Baker's Chocolate

📋 copy color: '#653619'

red 101 ◦ green 54 ◦ blue 25

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

Shades of Baker's Chocolate #653619

Tints of Baker's Chocolate #653619

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30%

 BLUE value IS 25 (10.16% from 255) = 13.89%

R = 56.11%
G = 30%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#653619 (or 0x653619) is known color: Baker's Chocolate. HEX triplet: 65, 36 and 19. RGB value is (101,54,25). Sum of RGB (Red+Green+Blue) = 101+54+25=180 (23% of max value = 765). Red value is 101 (39.84% from 255 or 56.11% from 180); Green value is 54 (21.48% from 255 or 30% from 180); Blue value is 25 (10.16% from 255 or 13.89% from 180); Max value from RGB is 101 - color contains mainly: red. Hex color #653619 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653619 is #9AC9E6. Grayscale: #404040. Windows color (decimal): -10144231 or 1652325. OLE color: 1652325.

HSL color Cylindrical-coordinate representation of color #653619: hue angle of 22.89º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #653619 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 54 25 -
CMYK 0 0.47 0.75 0.60
HSL 22.89º 0.6% 0.25% -
HSV(B) 22.89º 0.75% 0.4% -
XYZ 6.86 5.48 1.61 -
YUV 64.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 101 54 25 0 0.47 0.75 0.60 22.89 0.6 0.25
Hex 65 36 19 0 2F 4B 3C 17 3C 19
Octal 145 66 31 0 57 113 74 27 74 31
Binary 1100101 110110 11001 0 101111 1001011 111100 10111 111100 11001

Color Harmonies of #653619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653619

Black with #653619

Text Example


Text Example

White with #653619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653619; }

 p { color: rgb(101,54,25); }

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

background-color css

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

 a { background-color: rgb(101,54,25); }

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

border-color css

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

 span { border-color: rgb(101,54,25); }

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