Html Css Color HEX #653719 Baker's Chocolate

📋 copy color: '#653719'

red 101 ◦ green 55 ◦ blue 25

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

Shades of Baker's Chocolate #653719

Tints of Baker's Chocolate #653719

RGB

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

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

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

R = 55.8%
G = 30.39%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#653719 (or 0x653719) is known color: Baker's Chocolate. HEX triplet: 65, 37 and 19. RGB value is (101,55,25). Sum of RGB (Red+Green+Blue) = 101+55+25=181 (23% of max value = 765). Red value is 101 (39.84% from 255 or 55.80% from 181); Green value is 55 (21.88% from 255 or 30.39% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 101 - color contains mainly: red. Hex color #653719 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653719 is #9AC8E6. Grayscale: #414141. Windows color (decimal): -10143975 or 1652581. OLE color: 1652581.

HSL color Cylindrical-coordinate representation of color #653719: hue angle of 23.68º 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 #653719 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 101 55 25 -
CMYK 0 0.46 0.75 0.60
HSL 23.68º 0.6% 0.25% -
HSV(B) 23.68º 0.75% 0.4% -
XYZ 6.91 5.57 1.63 -
YUV 65.33 105.24 153.44 -
System Red Green Blue C M Y K H S L
Decimal 101 55 25 0 0.46 0.75 0.60 23.68 0.6 0.25
Hex 65 37 19 0 2E 4B 3C 18 3C 19
Octal 145 67 31 0 56 113 74 30 74 31
Binary 1100101 110111 11001 0 101110 1001011 111100 11000 111100 11001

Color Harmonies of #653719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653719

Black with #653719

Text Example


Text Example

White with #653719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #653719; }

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

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

background-color css

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

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

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

border-color css

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

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

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