Html Css Color HEX #61230C Baker's Chocolate

📋 copy color: '#61230C'

red 97 ◦ green 35 ◦ blue 12

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

Shades of Baker's Chocolate #61230C

Tints of Baker's Chocolate #61230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 24.31%

 BLUE value IS 12 (5.08% from 255) = 8.33%

R = 67.36%
G = 24.31%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61230C (or 0x61230C) is known color: Baker's Chocolate. HEX triplet: 61, 23 and 0C. RGB value is (97,35,12). Sum of RGB (Red+Green+Blue) = 97+35+12=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 35 (14.06% from 255 or 24.31% from 144); Blue value is 12 (5.08% from 255 or 8.33% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61230C is #9EDCF3. Grayscale: #333333. Windows color (decimal): -10411252 or 795489. OLE color: 795489.

HSL color Cylindrical-coordinate representation of color #61230C: hue angle of 16.24º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61230C is Cyan = 0, Magento = 0.64, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 35 12 -
CMYK 0 0.64 0.88 0.62
HSL 16.24º 0.78% 0.21% -
HSV(B) 16.24º 0.88% 0.38% -
XYZ 5.6 3.77 0.78 -
YUV 50.92 106.04 160.87 -
System Red Green Blue C M Y K H S L
Decimal 97 35 12 0 0.64 0.88 0.62 16.24 0.78 0.21
Hex 61 23 C 0 40 58 3E 10 4E 15
Octal 141 43 14 0 100 130 76 20 116 25
Binary 1100001 100011 1100 0 1000000 1011000 111110 10000 1001110 10101

Color Harmonies of #61230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61230C

Black with #61230C

Text Example


Text Example

White with #61230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,35,12); }

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

background-color css

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

 a { background-color: rgb(97,35,12); }

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

border-color css

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

 span { border-color: rgb(97,35,12); }

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