Html Css Color HEX #613618 Baker's Chocolate

📋 copy color: '#613618'

red 97 ◦ green 54 ◦ blue 24

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

Shades of Baker's Chocolate #613618

Tints of Baker's Chocolate #613618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.86%

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

R = 55.43%
G = 30.86%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#613618 (or 0x613618) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 18. RGB value is (97,54,24). Sum of RGB (Red+Green+Blue) = 97+54+24=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 54 (21.48% from 255 or 30.86% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #613618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613618 is #9EC9E7. Grayscale: #3F3F3F. Windows color (decimal): -10406376 or 1586785. OLE color: 1586785.

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

Color convert

RGB 97 54 24 -
CMYK 0 0.44 0.75 0.62
HSL 24.66º 0.6% 0.24% -
HSV(B) 24.66º 0.75% 0.38% -
XYZ 6.41 5.25 1.54 -
YUV 63.44 105.75 151.94 -
System Red Green Blue C M Y K H S L
Decimal 97 54 24 0 0.44 0.75 0.62 24.66 0.6 0.24
Hex 61 36 18 0 2C 4B 3E 19 3C 18
Octal 141 66 30 0 54 113 76 31 74 30
Binary 1100001 110110 11000 0 101100 1001011 111110 11001 111100 11000

Color Harmonies of #613618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613618

Black with #613618

Text Example


Text Example

White with #613618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613618; }

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

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

background-color css

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

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

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

border-color css

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

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

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