Html Css Color HEX #61331C Baker's Chocolate

📋 copy color: '#61331C'

red 97 ◦ green 51 ◦ blue 28

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

Shades of Baker's Chocolate #61331C

Tints of Baker's Chocolate #61331C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 28.98%

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

R = 55.11%
G = 28.98%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61331C (or 0x61331C) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 1C. RGB value is (97,51,28). Sum of RGB (Red+Green+Blue) = 97+51+28=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 51 (20.31% from 255 or 28.98% from 176); Blue value is 28 (11.33% from 255 or 15.91% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #61331C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61331C is #9ECCE3. Grayscale: #3E3E3E. Windows color (decimal): -10407140 or 1848161. OLE color: 1848161.

HSL color Cylindrical-coordinate representation of color #61331C: hue angle of 20º 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 #61331C is Cyan = 0, Magento = 0.47, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 28 -
CMYK 0 0.47 0.71 0.62
HSL 20º 0.55% 0.25% -
HSV(B) 20º 0.71% 0.38% -
XYZ 6.32 4.99 1.73 -
YUV 62.13 108.74 152.87 -
System Red Green Blue C M Y K H S L
Decimal 97 51 28 0 0.47 0.71 0.62 20 0.55 0.25
Hex 61 33 1C 0 2F 47 3E 14 37 19
Octal 141 63 34 0 57 107 76 24 67 31
Binary 1100001 110011 11100 0 101111 1000111 111110 10100 110111 11001

Color Harmonies of #61331C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61331C

Black with #61331C

Text Example


Text Example

White with #61331C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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