Html Css Color HEX #613614 Baker's Chocolate

📋 copy color: '#613614'

red 97 ◦ green 54 ◦ blue 20

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

Shades of Baker's Chocolate #613614

Tints of Baker's Chocolate #613614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 11.7%

R = 56.73%
G = 31.58%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613614 (or 0x613614) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 14. RGB value is (97,54,20). Sum of RGB (Red+Green+Blue) = 97+54+20=171 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.73% from 171); Green value is 54 (21.48% from 255 or 31.58% from 171); Blue value is 20 (8.20% from 255 or 11.70% from 171); Max value from RGB is 97 - color contains mainly: red. Hex color #613614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613614 is #9EC9EB. Grayscale: #3F3F3F. Windows color (decimal): -10406380 or 1324641. OLE color: 1324641.

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

Color convert

RGB 97 54 20 -
CMYK 0 0.44 0.79 0.62
HSL 26.49º 0.66% 0.23% -
HSV(B) 26.49º 0.79% 0.38% -
XYZ 6.38 5.23 1.34 -
YUV 62.98 103.75 152.26 -
System Red Green Blue C M Y K H S L
Decimal 97 54 20 0 0.44 0.79 0.62 26.49 0.66 0.23
Hex 61 36 14 0 2C 4F 3E 1A 42 17
Octal 141 66 24 0 54 117 76 32 102 27
Binary 1100001 110110 10100 0 101100 1001111 111110 11010 1000010 10111

Color Harmonies of #613614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613614

Black with #613614

Text Example


Text Example

White with #613614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613614; }

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

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

background-color css

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

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

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

border-color css

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

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

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