Html Css Color HEX #613901 Baker's Chocolate

📋 copy color: '#613901'

red 97 ◦ green 57 ◦ blue 1

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

Shades of Baker's Chocolate #613901

Tints of Baker's Chocolate #613901

RGB

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

 GREEN value IS 57 (22.66% from 255) = 36.77%

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

R = 62.58%
G = 36.77%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.62

RGB Variations

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

Color information

#613901 (or 0x613901) is known color: Baker's Chocolate. HEX triplet: 61, 39 and 01. RGB value is (97,57,1). Sum of RGB (Red+Green+Blue) = 97+57+1=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #613901 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613901 is #9EC6FE. Grayscale: #3E3E3E. Windows color (decimal): -10405631 or 80225. OLE color: 80225.

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

Color convert

RGB 97 57 1 -
CMYK 0 0.41 0.99 0.62
HSL 35º 0.98% 0.19% -
HSV(B) 35º 0.99% 0.38% -
XYZ 6.4 5.47 0.75 -
YUV 62.58 93.25 152.55 -
System Red Green Blue C M Y K H S L
Decimal 97 57 1 0 0.41 0.99 0.62 35 0.98 0.19
Hex 61 39 1 0 29 63 3E 23 62 13
Octal 141 71 1 0 51 143 76 43 142 23
Binary 1100001 111001 1 0 101001 1100011 111110 100011 1100010 10011

Color Harmonies of #613901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613901

Black with #613901

Text Example


Text Example

White with #613901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613901; }

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

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

background-color css

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

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

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

border-color css

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

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

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