Html Css Color HEX #613615 Baker's Chocolate

📋 copy color: '#613615'

red 97 ◦ green 54 ◦ blue 21

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

Shades of Baker's Chocolate #613615

Tints of Baker's Chocolate #613615

RGB

 RED value IS 97 (38.28% from 255) = 56.4%

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

 BLUE value IS 21 (8.59% from 255) = 12.21%

R = 56.4%
G = 31.4%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.62

RGB Variations

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

Color information

#613615 (or 0x613615) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 15. RGB value is (97,54,21). Sum of RGB (Red+Green+Blue) = 97+54+21=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #613615 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613615 is #9EC9EA. Grayscale: #3F3F3F. Windows color (decimal): -10406379 or 1390177. OLE color: 1390177.

HSL color Cylindrical-coordinate representation of color #613615: hue angle of 26.05º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #613615 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 21 -
CMYK 0 0.44 0.78 0.62
HSL 26.05º 0.64% 0.23% -
HSV(B) 26.05º 0.78% 0.38% -
XYZ 6.38 5.23 1.38 -
YUV 63.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 97 54 21 0 0.44 0.78 0.62 26.05 0.64 0.23
Hex 61 36 15 0 2C 4E 3E 1A 40 17
Octal 141 66 25 0 54 116 76 32 100 27
Binary 1100001 110110 10101 0 101100 1001110 111110 11010 1000000 10111

Color Harmonies of #613615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613615

Black with #613615

Text Example


Text Example

White with #613615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613615; }

 p { color: rgb(97,54,21); }

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

background-color css

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

 a { background-color: rgb(97,54,21); }

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

border-color css

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

 span { border-color: rgb(97,54,21); }

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