Html Css Color HEX #61341D Baker's Chocolate

📋 copy color: '#61341D'

red 97 ◦ green 52 ◦ blue 29

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

Shades of Baker's Chocolate #61341D

Tints of Baker's Chocolate #61341D

RGB

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

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

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

R = 54.49%
G = 29.21%
B = 16.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.70

 K value IS 0.62

RGB Variations

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

Color information

#61341D (or 0x61341D) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 1D. RGB value is (97,52,29). Sum of RGB (Red+Green+Blue) = 97+52+29=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 52 (20.70% from 255 or 29.21% from 178); Blue value is 29 (11.72% from 255 or 16.29% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61341D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61341D is #9ECBE2. Grayscale: #3E3E3E. Windows color (decimal): -10406883 or 1913953. OLE color: 1913953.

HSL color Cylindrical-coordinate representation of color #61341D: hue angle of 20.29º 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 #61341D is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 52 29 -
CMYK 0 0.46 0.70 0.62
HSL 20.29º 0.54% 0.25% -
HSV(B) 20.29º 0.7% 0.38% -
XYZ 6.38 5.09 1.81 -
YUV 62.83 108.91 152.37 -
System Red Green Blue C M Y K H S L
Decimal 97 52 29 0 0.46 0.70 0.62 20.29 0.54 0.25
Hex 61 34 1D 0 2E 46 3E 14 36 19
Octal 141 64 35 0 56 106 76 24 66 31
Binary 1100001 110100 11101 0 101110 1000110 111110 10100 110110 11001

Color Harmonies of #61341D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61341D

Black with #61341D

Text Example


Text Example

White with #61341D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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