Html Css Color HEX #61350C Baker's Chocolate

📋 copy color: '#61350C'

red 97 ◦ green 53 ◦ blue 12

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

Shades of Baker's Chocolate #61350C

Tints of Baker's Chocolate #61350C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.41%

R = 59.88%
G = 32.72%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61350C (or 0x61350C) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 0C. RGB value is (97,53,12). Sum of RGB (Red+Green+Blue) = 97+53+12=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 53 (21.09% from 255 or 32.72% from 162); Blue value is 12 (5.08% from 255 or 7.41% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61350C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61350C is #9ECAF3. Grayscale: #3D3D3D. Windows color (decimal): -10406644 or 800097. OLE color: 800097.

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

Color convert

RGB 97 53 12 -
CMYK 0 0.45 0.88 0.62
HSL 28.94º 0.78% 0.21% -
HSV(B) 28.94º 0.88% 0.38% -
XYZ 6.27 5.11 1 -
YUV 61.48 100.08 153.33 -
System Red Green Blue C M Y K H S L
Decimal 97 53 12 0 0.45 0.88 0.62 28.94 0.78 0.21
Hex 61 35 C 0 2D 58 3E 1D 4E 15
Octal 141 65 14 0 55 130 76 35 116 25
Binary 1100001 110101 1100 0 101101 1011000 111110 11101 1001110 10101

Color Harmonies of #61350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61350C

Black with #61350C

Text Example


Text Example

White with #61350C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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