Html Css Color HEX #61351D Baker's Chocolate

📋 copy color: '#61351D'

red 97 ◦ green 53 ◦ blue 29

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

Shades of Baker's Chocolate #61351D

Tints of Baker's Chocolate #61351D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 16.2%

R = 54.19%
G = 29.61%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61351D (or 0x61351D) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 1D. RGB value is (97,53,29). Sum of RGB (Red+Green+Blue) = 97+53+29=179 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.19% from 179); Green value is 53 (21.09% from 255 or 29.61% from 179); Blue value is 29 (11.72% from 255 or 16.20% from 179); Max value from RGB is 97 - color contains mainly: red. Hex color #61351D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61351D is #9ECAE2. Grayscale: #3F3F3F. Windows color (decimal): -10406627 or 1914209. OLE color: 1914209.

HSL color Cylindrical-coordinate representation of color #61351D: hue angle of 21.18º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61351D is Cyan = 0, Magento = 0.45, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 29 -
CMYK 0 0.45 0.70 0.62
HSL 21.18º 0.54% 0.25% -
HSV(B) 21.18º 0.7% 0.38% -
XYZ 6.42 5.18 1.82 -
YUV 63.42 108.58 151.95 -
System Red Green Blue C M Y K H S L
Decimal 97 53 29 0 0.45 0.70 0.62 21.18 0.54 0.25
Hex 61 35 1D 0 2D 46 3E 15 36 19
Octal 141 65 35 0 55 106 76 25 66 31
Binary 1100001 110101 11101 0 101101 1000110 111110 10101 110110 11001

Color Harmonies of #61351D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61351D

Black with #61351D

Text Example


Text Example

White with #61351D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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