Html Css Color HEX #61321C Baker's Chocolate

📋 copy color: '#61321C'

red 97 ◦ green 50 ◦ blue 28

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

Shades of Baker's Chocolate #61321C

Tints of Baker's Chocolate #61321C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.57%

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

R = 55.43%
G = 28.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61321C (or 0x61321C) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 1C. RGB value is (97,50,28). Sum of RGB (Red+Green+Blue) = 97+50+28=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61321C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61321C is #9ECDE3. Grayscale: #3D3D3D. Windows color (decimal): -10407396 or 1847905. OLE color: 1847905.

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

Color convert

RGB 97 50 28 -
CMYK 0 0.48 0.71 0.62
HSL 19.13º 0.55% 0.25% -
HSV(B) 19.13º 0.71% 0.38% -
XYZ 6.28 4.91 1.71 -
YUV 61.55 109.07 153.29 -
System Red Green Blue C M Y K H S L
Decimal 97 50 28 0 0.48 0.71 0.62 19.13 0.55 0.25
Hex 61 32 1C 0 30 47 3E 13 37 19
Octal 141 62 34 0 60 107 76 23 67 31
Binary 1100001 110010 11100 0 110000 1000111 111110 10011 110111 11001

Color Harmonies of #61321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61321C

Black with #61321C

Text Example


Text Example

White with #61321C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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