Html Css Color HEX #61311A Baker's Chocolate

📋 copy color: '#61311A'

red 97 ◦ green 49 ◦ blue 26

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

Shades of Baker's Chocolate #61311A

Tints of Baker's Chocolate #61311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

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

R = 56.4%
G = 28.49%
B = 15.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61311A (or 0x61311A) is known color: Baker's Chocolate. HEX triplet: 61, 31 and 1A. RGB value is (97,49,26). Sum of RGB (Red+Green+Blue) = 97+49+26=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 26 (10.55% from 255 or 15.12% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61311A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61311A is #9ECEE5. Grayscale: #3C3C3C. Windows color (decimal): -10407654 or 1716577. OLE color: 1716577.

HSL color Cylindrical-coordinate representation of color #61311A: hue angle of 19.44º 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 #61311A is Cyan = 0, Magento = 0.49, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 49 26 -
CMYK 0 0.49 0.73 0.62
HSL 19.44º 0.58% 0.24% -
HSV(B) 19.44º 0.73% 0.38% -
XYZ 6.21 4.81 1.58 -
YUV 60.73 108.4 153.87 -
System Red Green Blue C M Y K H S L
Decimal 97 49 26 0 0.49 0.73 0.62 19.44 0.58 0.24
Hex 61 31 1A 0 31 49 3E 13 3A 18
Octal 141 61 32 0 61 111 76 23 72 30
Binary 1100001 110001 11010 0 110001 1001001 111110 10011 111010 11000

Color Harmonies of #61311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61311A

Black with #61311A

Text Example


Text Example

White with #61311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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