Html Css Color HEX #61371C Baker's Chocolate

📋 copy color: '#61371C'

red 97 ◦ green 55 ◦ blue 28

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

Shades of Baker's Chocolate #61371C

Tints of Baker's Chocolate #61371C

RGB

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

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

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

R = 53.89%
G = 30.56%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61371C (or 0x61371C) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 1C. RGB value is (97,55,28). Sum of RGB (Red+Green+Blue) = 97+55+28=180 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.89% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 97 - color contains mainly: red. Hex color #61371C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61371C is #9EC8E3. Grayscale: #404040. Windows color (decimal): -10406116 or 1849185. OLE color: 1849185.

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

Color convert

RGB 97 55 28 -
CMYK 0 0.43 0.71 0.62
HSL 23.48º 0.55% 0.25% -
HSV(B) 23.48º 0.71% 0.38% -
XYZ 6.51 5.36 1.79 -
YUV 64.48 107.41 151.2 -
System Red Green Blue C M Y K H S L
Decimal 97 55 28 0 0.43 0.71 0.62 23.48 0.55 0.25
Hex 61 37 1C 0 2B 47 3E 17 37 19
Octal 141 67 34 0 53 107 76 27 67 31
Binary 1100001 110111 11100 0 101011 1000111 111110 10111 110111 11001

Color Harmonies of #61371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61371C

Black with #61371C

Text Example


Text Example

White with #61371C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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