Html Css Color HEX #613800 Baker's Chocolate

📋 copy color: '#613800'

red 97 ◦ green 56 ◦ blue 0

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

Shades of Baker's Chocolate #613800

Tints of Baker's Chocolate #613800

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 63.4%
G = 36.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#613800 (or 0x613800) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 00. RGB value is (97,56,0). Sum of RGB (Red+Green+Blue) = 97+56+0=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #613800 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613800 is #9EC7FF. Grayscale: #3E3E3E. Windows color (decimal): -10405888 or 14433. OLE color: 14433.

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

Color convert

RGB 97 56 0 -
CMYK 0 0.42 1 0.62
HSL 34.64º 1% 0.19% -
HSV(B) 34.64º 1% 0.38% -
XYZ 6.34 5.37 0.7 -
YUV 61.88 93.08 153.05 -
System Red Green Blue C M Y K H S L
Decimal 97 56 0 0 0.42 1 0.62 34.64 1 0.19
Hex 61 38 0 0 2A 64 3E 23 64 13
Octal 141 70 0 0 52 144 76 43 144 23
Binary 1100001 111000 0 0 101010 1100100 111110 100011 1100100 10011

Color Harmonies of #613800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613800

Black with #613800

Text Example


Text Example

White with #613800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613800; }

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

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

background-color css

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

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

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

border-color css

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

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

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