Html Css Color HEX #61341C Baker's Chocolate

📋 copy color: '#61341C'

red 97 ◦ green 52 ◦ blue 28

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

Shades of Baker's Chocolate #61341C

Tints of Baker's Chocolate #61341C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.82%

R = 54.8%
G = 29.38%
B = 15.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61341C (or 0x61341C) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 1C. RGB value is (97,52,28). Sum of RGB (Red+Green+Blue) = 97+52+28=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61341C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61341C is #9ECBE3. Grayscale: #3E3E3E. Windows color (decimal): -10406884 or 1848417. OLE color: 1848417.

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

Color convert

RGB 97 52 28 -
CMYK 0 0.46 0.71 0.62
HSL 20.87º 0.55% 0.25% -
HSV(B) 20.87º 0.71% 0.38% -
XYZ 6.37 5.08 1.74 -
YUV 62.72 108.41 152.45 -
System Red Green Blue C M Y K H S L
Decimal 97 52 28 0 0.46 0.71 0.62 20.87 0.55 0.25
Hex 61 34 1C 0 2E 47 3E 15 37 19
Octal 141 64 34 0 56 107 76 25 67 31
Binary 1100001 110100 11100 0 101110 1000111 111110 10101 110111 11001

Color Harmonies of #61341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61341C

Black with #61341C

Text Example


Text Example

White with #61341C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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