Html Css Color HEX #613212 Baker's Chocolate

📋 copy color: '#613212'

red 97 ◦ green 50 ◦ blue 18

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

Shades of Baker's Chocolate #613212

Tints of Baker's Chocolate #613212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 10.91%

R = 58.79%
G = 30.3%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#613212 (or 0x613212) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 12. RGB value is (97,50,18). Sum of RGB (Red+Green+Blue) = 97+50+18=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 50 (19.92% from 255 or 30.30% from 165); Blue value is 18 (7.42% from 255 or 10.91% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #613212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613212 is #9ECDED. Grayscale: #3C3C3C. Windows color (decimal): -10407406 or 1192545. OLE color: 1192545.

HSL color Cylindrical-coordinate representation of color #613212: hue angle of 24.3º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #613212 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 18 -
CMYK 0 0.48 0.81 0.62
HSL 24.3º 0.69% 0.23% -
HSV(B) 24.3º 0.81% 0.38% -
XYZ 6.18 4.87 1.19 -
YUV 60.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 97 50 18 0 0.48 0.81 0.62 24.3 0.69 0.23
Hex 61 32 12 0 30 51 3E 18 45 17
Octal 141 62 22 0 60 121 76 30 105 27
Binary 1100001 110010 10010 0 110000 1010001 111110 11000 1000101 10111

Color Harmonies of #613212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613212

Black with #613212

Text Example


Text Example

White with #613212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613212; }

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

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

background-color css

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

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

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

border-color css

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

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

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