Html Css Color HEX #653B0F Baker's Chocolate

📋 copy color: '#653B0F'

red 101 ◦ green 59 ◦ blue 15

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

Shades of Baker's Chocolate #653B0F

Tints of Baker's Chocolate #653B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 57.71%
G = 33.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#653B0F (or 0x653B0F) is known color: Baker's Chocolate. HEX triplet: 65, 3B and 0F. RGB value is (101,59,15). Sum of RGB (Red+Green+Blue) = 101+59+15=175 (23% of max value = 765). Red value is 101 (39.84% from 255 or 57.71% from 175); Green value is 59 (23.44% from 255 or 33.71% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 101 - color contains mainly: red. Hex color #653B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653B0F is #9AC4F0. Grayscale: #424242. Windows color (decimal): -10142961 or 998245. OLE color: 998245.

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

Color convert

RGB 101 59 15 -
CMYK 0 0.42 0.85 0.60
HSL 30.7º 0.74% 0.23% -
HSV(B) 30.7º 0.85% 0.4% -
XYZ 7.02 5.93 1.23 -
YUV 66.54 98.91 152.58 -
System Red Green Blue C M Y K H S L
Decimal 101 59 15 0 0.42 0.85 0.60 30.7 0.74 0.23
Hex 65 3B F 0 2A 55 3C 1F 4A 17
Octal 145 73 17 0 52 125 74 37 112 27
Binary 1100101 111011 1111 0 101010 1010101 111100 11111 1001010 10111

Color Harmonies of #653B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #653B0F

Black with #653B0F

Text Example


Text Example

White with #653B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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