Html Css Color HEX #613414 Baker's Chocolate

📋 copy color: '#613414'

red 97 ◦ green 52 ◦ blue 20

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

Shades of Baker's Chocolate #613414

Tints of Baker's Chocolate #613414

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.77%

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

R = 57.4%
G = 30.77%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613414 (or 0x613414) is known color: Baker's Chocolate. HEX triplet: 61, 34 and 14. RGB value is (97,52,20). Sum of RGB (Red+Green+Blue) = 97+52+20=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 52 (20.70% from 255 or 30.77% from 169); Blue value is 20 (8.20% from 255 or 11.83% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #613414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613414 is #9ECBEB. Grayscale: #3D3D3D. Windows color (decimal): -10406892 or 1324129. OLE color: 1324129.

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

Color convert

RGB 97 52 20 -
CMYK 0 0.46 0.79 0.62
HSL 24.94º 0.66% 0.23% -
HSV(B) 24.94º 0.79% 0.38% -
XYZ 6.28 5.05 1.3 -
YUV 61.81 104.41 153.1 -
System Red Green Blue C M Y K H S L
Decimal 97 52 20 0 0.46 0.79 0.62 24.94 0.66 0.23
Hex 61 34 14 0 2E 4F 3E 19 42 17
Octal 141 64 24 0 56 117 76 31 102 27
Binary 1100001 110100 10100 0 101110 1001111 111110 11001 1000010 10111

Color Harmonies of #613414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613414

Black with #613414

Text Example


Text Example

White with #613414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613414; }

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

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

background-color css

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

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

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

border-color css

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

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

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