Html Css Color HEX #61321A Baker's Chocolate

📋 copy color: '#61321A'

red 97 ◦ green 50 ◦ blue 26

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

Shades of Baker's Chocolate #61321A

Tints of Baker's Chocolate #61321A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 15.03%

R = 56.07%
G = 28.9%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61321A (or 0x61321A) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 1A. RGB value is (97,50,26). Sum of RGB (Red+Green+Blue) = 97+50+26=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 26 (10.55% from 255 or 15.03% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61321A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61321A is #9ECDE5. Grayscale: #3D3D3D. Windows color (decimal): -10407398 or 1716833. OLE color: 1716833.

HSL color Cylindrical-coordinate representation of color #61321A: hue angle of 20.28º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61321A is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 26 -
CMYK 0 0.48 0.73 0.62
HSL 20.28º 0.58% 0.24% -
HSV(B) 20.28º 0.73% 0.38% -
XYZ 6.26 4.9 1.59 -
YUV 61.32 108.07 153.45 -
System Red Green Blue C M Y K H S L
Decimal 97 50 26 0 0.48 0.73 0.62 20.28 0.58 0.24
Hex 61 32 1A 0 30 49 3E 14 3A 18
Octal 141 62 32 0 60 111 76 24 72 30
Binary 1100001 110010 11010 0 110000 1001001 111110 10100 111010 11000

Color Harmonies of #61321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61321A

Black with #61321A

Text Example


Text Example

White with #61321A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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