Html Css Color HEX #61301B Baker's Chocolate

📋 copy color: '#61301B'

red 97 ◦ green 48 ◦ blue 27

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

Shades of Baker's Chocolate #61301B

Tints of Baker's Chocolate #61301B

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.91%

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

R = 56.4%
G = 27.91%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.72

 K value IS 0.62

RGB Variations

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

Color information

#61301B (or 0x61301B) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 1B. RGB value is (97,48,27). Sum of RGB (Red+Green+Blue) = 97+48+27=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 48 (19.14% from 255 or 27.91% from 172); Blue value is 27 (10.94% from 255 or 15.70% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61301B is #9ECFE4. Grayscale: #3C3C3C. Windows color (decimal): -10407909 or 1781857. OLE color: 1781857.

HSL color Cylindrical-coordinate representation of color #61301B: hue angle of 18º 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 #61301B is Cyan = 0, Magento = 0.51, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 27 -
CMYK 0 0.51 0.72 0.62
HSL 18º 0.56% 0.24% -
HSV(B) 18º 0.72% 0.38% -
XYZ 6.18 4.73 1.62 -
YUV 60.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 97 48 27 0 0.51 0.72 0.62 18 0.56 0.24
Hex 61 30 1B 0 33 48 3E 12 38 18
Octal 141 60 33 0 63 110 76 22 70 30
Binary 1100001 110000 11011 0 110011 1001000 111110 10010 111000 11000

Color Harmonies of #61301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61301B

Black with #61301B

Text Example


Text Example

White with #61301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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