Html Css Color HEX #613218 Baker's Chocolate

📋 copy color: '#613218'

red 97 ◦ green 50 ◦ blue 24

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

Shades of Baker's Chocolate #613218

Tints of Baker's Chocolate #613218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 14.04%

R = 56.73%
G = 29.24%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#613218 (or 0x613218) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 18. RGB value is (97,50,24). Sum of RGB (Red+Green+Blue) = 97+50+24=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 50 (19.92% from 255 or 29.24% from 171); Blue value is 24 (9.77% from 255 or 14.04% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613218 is #9ECDE7. Grayscale: #3D3D3D. Windows color (decimal): -10407400 or 1585761. OLE color: 1585761.

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

Color convert

RGB 97 50 24 -
CMYK 0 0.48 0.75 0.62
HSL 21.37º 0.6% 0.24% -
HSV(B) 21.37º 0.75% 0.38% -
XYZ 6.24 4.89 1.48 -
YUV 61.09 107.07 153.61 -
System Red Green Blue C M Y K H S L
Decimal 97 50 24 0 0.48 0.75 0.62 21.37 0.6 0.24
Hex 61 32 18 0 30 4B 3E 15 3C 18
Octal 141 62 30 0 60 113 76 25 74 30
Binary 1100001 110010 11000 0 110000 1001011 111110 10101 111100 11000

Color Harmonies of #613218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613218

Black with #613218

Text Example


Text Example

White with #613218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613218; }

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

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

background-color css

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

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

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

border-color css

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

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

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