Html Css Color HEX #613214 Baker's Chocolate

📋 copy color: '#613214'

red 97 ◦ green 50 ◦ blue 20

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

Shades of Baker's Chocolate #613214

Tints of Baker's Chocolate #613214

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

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

R = 58.08%
G = 29.94%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.79

 K value IS 0.62

RGB Variations

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

Color information

#613214 (or 0x613214) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 14. RGB value is (97,50,20). Sum of RGB (Red+Green+Blue) = 97+50+20=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #613214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613214 is #9ECDEB. Grayscale: #3C3C3C. Windows color (decimal): -10407404 or 1323617. OLE color: 1323617.

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

Color convert

RGB 97 50 20 -
CMYK 0 0.48 0.79 0.62
HSL 23.38º 0.66% 0.23% -
HSV(B) 23.38º 0.79% 0.38% -
XYZ 6.2 4.87 1.28 -
YUV 60.63 105.07 153.94 -
System Red Green Blue C M Y K H S L
Decimal 97 50 20 0 0.48 0.79 0.62 23.38 0.66 0.23
Hex 61 32 14 0 30 4F 3E 17 42 17
Octal 141 62 24 0 60 117 76 27 102 27
Binary 1100001 110010 10100 0 110000 1001111 111110 10111 1000010 10111

Color Harmonies of #613214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613214

Black with #613214

Text Example


Text Example

White with #613214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613214; }

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

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

background-color css

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

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

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

border-color css

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

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

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