Html Css Color HEX #613A03 Baker's Chocolate

📋 copy color: '#613A03'

red 97 ◦ green 58 ◦ blue 3

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

Shades of Baker's Chocolate #613A03

Tints of Baker's Chocolate #613A03

RGB

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

 GREEN value IS 58 (23.05% from 255) = 36.71%

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 61.39%
G = 36.71%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#613A03 (or 0x613A03) is known color: Baker's Chocolate. HEX triplet: 61, 3A and 03. RGB value is (97,58,3). Sum of RGB (Red+Green+Blue) = 97+58+3=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 58 (23.05% from 255 or 36.71% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #613A03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613A03 is #9EC5FC. Grayscale: #3F3F3F. Windows color (decimal): -10405373 or 211553. OLE color: 211553.

HSL color Cylindrical-coordinate representation of color #613A03: hue angle of 35.11º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #613A03 is Cyan = 0, Magento = 0.40, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 58 3 -
CMYK 0 0.40 0.97 0.62
HSL 35.11º 0.94% 0.2% -
HSV(B) 35.11º 0.97% 0.38% -
XYZ 6.46 5.57 0.82 -
YUV 63.39 93.92 151.97 -
System Red Green Blue C M Y K H S L
Decimal 97 58 3 0 0.40 0.97 0.62 35.11 0.94 0.2
Hex 61 3A 3 0 28 61 3E 23 5E 14
Octal 141 72 3 0 50 141 76 43 136 24
Binary 1100001 111010 11 0 101000 1100001 111110 100011 1011110 10100

Color Harmonies of #613A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613A03

Black with #613A03

Text Example


Text Example

White with #613A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613A03; }

 p { color: rgb(97,58,3); }

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

background-color css

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

 a { background-color: rgb(97,58,3); }

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

border-color css

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

 span { border-color: rgb(97,58,3); }

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