Html Css Color HEX #613014 Baker's Chocolate

📋 copy color: '#613014'

red 97 ◦ green 48 ◦ blue 20

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

Shades of Baker's Chocolate #613014

Tints of Baker's Chocolate #613014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 29.09%

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

R = 58.79%
G = 29.09%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613014 (or 0x613014) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 14. RGB value is (97,48,20). Sum of RGB (Red+Green+Blue) = 97+48+20=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 48 (19.14% from 255 or 29.09% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #613014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613014 is #9ECFEB. Grayscale: #3B3B3B. Windows color (decimal): -10407916 or 1323105. OLE color: 1323105.

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

Color convert

RGB 97 48 20 -
CMYK 0 0.51 0.79 0.62
HSL 21.82º 0.66% 0.23% -
HSV(B) 21.82º 0.79% 0.38% -
XYZ 6.11 4.71 1.25 -
YUV 59.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 97 48 20 0 0.51 0.79 0.62 21.82 0.66 0.23
Hex 61 30 14 0 33 4F 3E 16 42 17
Octal 141 60 24 0 63 117 76 26 102 27
Binary 1100001 110000 10100 0 110011 1001111 111110 10110 1000010 10111

Color Harmonies of #613014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613014

Black with #613014

Text Example


Text Example

White with #613014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613014; }

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

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

background-color css

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

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

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

border-color css

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

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

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