Html Css Color HEX #61321B Baker's Chocolate

📋 copy color: '#61321B'

red 97 ◦ green 50 ◦ blue 27

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

Shades of Baker's Chocolate #61321B

Tints of Baker's Chocolate #61321B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 15.52%

R = 55.75%
G = 28.74%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61321B (or 0x61321B) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 1B. RGB value is (97,50,27). Sum of RGB (Red+Green+Blue) = 97+50+27=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 50 (19.92% from 255 or 28.74% from 174); Blue value is 27 (10.94% from 255 or 15.52% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61321B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61321B is #9ECDE4. Grayscale: #3D3D3D. Windows color (decimal): -10407397 or 1782369. OLE color: 1782369.

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

Color convert

RGB 97 50 27 -
CMYK 0 0.48 0.72 0.62
HSL 19.71º 0.56% 0.24% -
HSV(B) 19.71º 0.72% 0.38% -
XYZ 6.27 4.9 1.65 -
YUV 61.43 108.57 153.37 -
System Red Green Blue C M Y K H S L
Decimal 97 50 27 0 0.48 0.72 0.62 19.71 0.56 0.24
Hex 61 32 1B 0 30 48 3E 14 38 18
Octal 141 62 33 0 60 110 76 24 70 30
Binary 1100001 110010 11011 0 110000 1001000 111110 10100 111000 11000

Color Harmonies of #61321B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61321B

Black with #61321B

Text Example


Text Example

White with #61321B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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