Html Css Color HEX #61371A Baker's Chocolate

📋 copy color: '#61371A'

red 97 ◦ green 55 ◦ blue 26

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

Shades of Baker's Chocolate #61371A

Tints of Baker's Chocolate #61371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 30.9%

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

R = 54.49%
G = 30.9%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61371A (or 0x61371A) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 1A. RGB value is (97,55,26). Sum of RGB (Red+Green+Blue) = 97+55+26=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 26 (10.55% from 255 or 14.61% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61371A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61371A is #9EC8E5. Grayscale: #404040. Windows color (decimal): -10406118 or 1718113. OLE color: 1718113.

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

Color convert

RGB 97 55 26 -
CMYK 0 0.43 0.73 0.62
HSL 24.51º 0.58% 0.24% -
HSV(B) 24.51º 0.73% 0.38% -
XYZ 6.48 5.35 1.67 -
YUV 64.25 106.41 151.36 -
System Red Green Blue C M Y K H S L
Decimal 97 55 26 0 0.43 0.73 0.62 24.51 0.58 0.24
Hex 61 37 1A 0 2B 49 3E 19 3A 18
Octal 141 67 32 0 53 111 76 31 72 30
Binary 1100001 110111 11010 0 101011 1001001 111110 11001 111010 11000

Color Harmonies of #61371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61371A

Black with #61371A

Text Example


Text Example

White with #61371A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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