Html Css Color HEX #613201 Baker's Chocolate

📋 copy color: '#613201'

red 97 ◦ green 50 ◦ blue 1

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

Shades of Baker's Chocolate #613201

Tints of Baker's Chocolate #613201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.68%

R = 65.54%
G = 33.78%
B = 0.68%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#613201 (or 0x613201) is known color: Baker's Chocolate. HEX triplet: 61, 32 and 01. RGB value is (97,50,1). Sum of RGB (Red+Green+Blue) = 97+50+1=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 1 (0.78% from 255 or 0.68% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #613201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613201 is #9ECDFE. Grayscale: #3A3A3A. Windows color (decimal): -10407423 or 78433. OLE color: 78433.

HSL color Cylindrical-coordinate representation of color #613201: hue angle of 30.63º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #613201 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 50 1 -
CMYK 0 0.48 0.99 0.62
HSL 30.63º 0.98% 0.19% -
HSV(B) 30.63º 0.99% 0.38% -
XYZ 6.08 4.82 0.64 -
YUV 58.47 95.57 155.48 -
System Red Green Blue C M Y K H S L
Decimal 97 50 1 0 0.48 0.99 0.62 30.63 0.98 0.19
Hex 61 32 1 0 30 63 3E 1F 62 13
Octal 141 62 1 0 60 143 76 37 142 23
Binary 1100001 110010 1 0 110000 1100011 111110 11111 1100010 10011

Color Harmonies of #613201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613201

Black with #613201

Text Example


Text Example

White with #613201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613201; }

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

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

background-color css

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

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

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

border-color css

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

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

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