Html Css Color HEX #61341B Baker's Chocolate

📋 copy color: '#61341B'

red 97 ◦ green 52 ◦ blue 27

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

Shades of Baker's Chocolate #61341B

Tints of Baker's Chocolate #61341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 27 (10.94% from 255) = 15.34%

R = 55.11%
G = 29.55%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61341B (or 0x61341B) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 1B. RGB value is (97,52,27). Sum of RGB (Red+Green+Blue) = 97+52+27=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 27 (10.94% from 255 or 15.34% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61341B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61341B is #9ECBE4. Grayscale: #3E3E3E. Windows color (decimal): -10406885 or 1782881. OLE color: 1782881.

HSL color Cylindrical-coordinate representation of color #61341B: hue angle of 21.43º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61341B is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 27 -
CMYK 0 0.46 0.72 0.62
HSL 21.43º 0.56% 0.24% -
HSV(B) 21.43º 0.72% 0.38% -
XYZ 6.36 5.08 1.68 -
YUV 62.61 107.91 152.53 -
System Red Green Blue C M Y K H S L
Decimal 97 52 27 0 0.46 0.72 0.62 21.43 0.56 0.24
Hex 61 34 1B 0 2E 48 3E 15 38 18
Octal 141 64 33 0 56 110 76 25 70 30
Binary 1100001 110100 11011 0 101110 1001000 111110 10101 111000 11000

Color Harmonies of #61341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61341B

Black with #61341B

Text Example


Text Example

White with #61341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61341B; }

 p { color: rgb(97,52,27); }

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

background-color css

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

 a { background-color: rgb(97,52,27); }

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

border-color css

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

 span { border-color: rgb(97,52,27); }

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