Html Css Color HEX #61350D Baker's Chocolate

📋 copy color: '#61350D'

red 97 ◦ green 53 ◦ blue 13

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

Shades of Baker's Chocolate #61350D

Tints of Baker's Chocolate #61350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 32.52%

 BLUE value IS 13 (5.47% from 255) = 7.98%

R = 59.51%
G = 32.52%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61350D (or 0x61350D) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 0D. RGB value is (97,53,13). Sum of RGB (Red+Green+Blue) = 97+53+13=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 13 (5.47% from 255 or 7.98% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61350D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61350D is #9ECAF2. Grayscale: #3D3D3D. Windows color (decimal): -10406643 or 865633. OLE color: 865633.

HSL color Cylindrical-coordinate representation of color #61350D: hue angle of 28.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61350D is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 13 -
CMYK 0 0.45 0.87 0.62
HSL 28.57º 0.76% 0.22% -
HSV(B) 28.57º 0.87% 0.38% -
XYZ 6.28 5.12 1.04 -
YUV 61.6 100.58 153.25 -
System Red Green Blue C M Y K H S L
Decimal 97 53 13 0 0.45 0.87 0.62 28.57 0.76 0.22
Hex 61 35 D 0 2D 57 3E 1D 4C 16
Octal 141 65 15 0 55 127 76 35 114 26
Binary 1100001 110101 1101 0 101101 1010111 111110 11101 1001100 10110

Color Harmonies of #61350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61350D

Black with #61350D

Text Example


Text Example

White with #61350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61350D; }

 p { color: rgb(97,53,13); }

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

background-color css

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

 a { background-color: rgb(97,53,13); }

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

border-color css

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

 span { border-color: rgb(97,53,13); }

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