Html Css Color HEX #613718 Baker's Chocolate

📋 copy color: '#613718'

red 97 ◦ green 55 ◦ blue 24

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

Shades of Baker's Chocolate #613718

Tints of Baker's Chocolate #613718

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.25%

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

R = 55.11%
G = 31.25%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#613718 (or 0x613718) is known color: Baker's Chocolate. HEX triplet: 61, 37 and 18. RGB value is (97,55,24). Sum of RGB (Red+Green+Blue) = 97+55+24=176 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.11% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 24 (9.77% from 255 or 13.64% from 176); Max value from RGB is 97 - color contains mainly: red. Hex color #613718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613718 is #9EC8E7. Grayscale: #404040. Windows color (decimal): -10406120 or 1587041. OLE color: 1587041.

HSL color Cylindrical-coordinate representation of color #613718: hue angle of 25.48º 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 #613718 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 55 24 -
CMYK 0 0.43 0.75 0.62
HSL 25.48º 0.6% 0.24% -
HSV(B) 25.48º 0.75% 0.38% -
XYZ 6.46 5.34 1.55 -
YUV 64.02 105.41 151.52 -
System Red Green Blue C M Y K H S L
Decimal 97 55 24 0 0.43 0.75 0.62 25.48 0.6 0.24
Hex 61 37 18 0 2B 4B 3E 19 3C 18
Octal 141 67 30 0 53 113 76 31 74 30
Binary 1100001 110111 11000 0 101011 1001011 111110 11001 111100 11000

Color Harmonies of #613718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613718

Black with #613718

Text Example


Text Example

White with #613718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613718; }

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

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

background-color css

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

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

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

border-color css

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

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

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