Html Css Color HEX #613B19 Baker's Chocolate

📋 copy color: '#613B19'

red 97 ◦ green 59 ◦ blue 25

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

Shades of Baker's Chocolate #613B19

Tints of Baker's Chocolate #613B19

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.6%

 BLUE value IS 25 (10.16% from 255) = 13.81%

R = 53.59%
G = 32.6%
B = 13.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#613B19 (or 0x613B19) is known color: Baker's Chocolate. HEX triplet: 61, 3B and 19. RGB value is (97,59,25). Sum of RGB (Red+Green+Blue) = 97+59+25=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #613B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613B19 is #9EC4E6. Grayscale: #424242. Windows color (decimal): -10405095 or 1653601. OLE color: 1653601.

HSL color Cylindrical-coordinate representation of color #613B19: hue angle of 28.33º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #613B19 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 59 25 -
CMYK 0 0.39 0.74 0.62
HSL 28.33º 0.59% 0.24% -
HSV(B) 28.33º 0.74% 0.38% -
XYZ 6.67 5.74 1.68 -
YUV 66.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 97 59 25 0 0.39 0.74 0.62 28.33 0.59 0.24
Hex 61 3B 19 0 27 4A 3E 1C 3B 18
Octal 141 73 31 0 47 112 76 34 73 30
Binary 1100001 111011 11001 0 100111 1001010 111110 11100 111011 11000

Color Harmonies of #613B19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613B19

Black with #613B19

Text Example


Text Example

White with #613B19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,59,25); }

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

background-color css

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

 a { background-color: rgb(97,59,25); }

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

border-color css

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

 span { border-color: rgb(97,59,25); }

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