Html Css Color HEX #613314 Baker's Chocolate

📋 copy color: '#613314'

red 97 ◦ green 51 ◦ blue 20

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

Shades of Baker's Chocolate #613314

Tints of Baker's Chocolate #613314

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.36%

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

R = 57.74%
G = 30.36%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613314 (or 0x613314) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 14. RGB value is (97,51,20). Sum of RGB (Red+Green+Blue) = 97+51+20=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 51 (20.31% from 255 or 30.36% from 168); Blue value is 20 (8.20% from 255 or 11.90% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #613314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613314 is #9ECCEB. Grayscale: #3D3D3D. Windows color (decimal): -10407148 or 1323873. OLE color: 1323873.

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

Color convert

RGB 97 51 20 -
CMYK 0 0.47 0.79 0.62
HSL 24.16º 0.66% 0.23% -
HSV(B) 24.16º 0.79% 0.38% -
XYZ 6.24 4.96 1.29 -
YUV 61.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 97 51 20 0 0.47 0.79 0.62 24.16 0.66 0.23
Hex 61 33 14 0 2F 4F 3E 18 42 17
Octal 141 63 24 0 57 117 76 30 102 27
Binary 1100001 110011 10100 0 101111 1001111 111110 11000 1000010 10111

Color Harmonies of #613314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613314

Black with #613314

Text Example


Text Example

White with #613314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613314; }

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

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

background-color css

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

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

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

border-color css

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

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

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