Html Css Color HEX #613819 Baker's Chocolate

📋 copy color: '#613819'

red 97 ◦ green 56 ◦ blue 25

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

Shades of Baker's Chocolate #613819

Tints of Baker's Chocolate #613819

RGB

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

 GREEN value IS 56 (22.27% from 255) = 31.46%

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

R = 54.49%
G = 31.46%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.74

 K value IS 0.62

RGB Variations

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

Color information

#613819 (or 0x613819) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 19. RGB value is (97,56,25). Sum of RGB (Red+Green+Blue) = 97+56+25=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 56 (22.27% from 255 or 31.46% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #613819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613819 is #9EC7E6. Grayscale: #404040. Windows color (decimal): -10405863 or 1652833. OLE color: 1652833.

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

Color convert

RGB 97 56 25 -
CMYK 0 0.42 0.74 0.62
HSL 25.83º 0.59% 0.24% -
HSV(B) 25.83º 0.74% 0.38% -
XYZ 6.52 5.44 1.63 -
YUV 64.73 105.58 151.02 -
System Red Green Blue C M Y K H S L
Decimal 97 56 25 0 0.42 0.74 0.62 25.83 0.59 0.24
Hex 61 38 19 0 2A 4A 3E 1A 3B 18
Octal 141 70 31 0 52 112 76 32 73 30
Binary 1100001 111000 11001 0 101010 1001010 111110 11010 111011 11000

Color Harmonies of #613819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613819

Black with #613819

Text Example


Text Example

White with #613819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613819; }

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

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

background-color css

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

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

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

border-color css

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

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

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