Html Css Color HEX #613807 Baker's Chocolate

📋 copy color: '#613807'

red 97 ◦ green 56 ◦ blue 7

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

Shades of Baker's Chocolate #613807

Tints of Baker's Chocolate #613807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.38%

R = 60.63%
G = 35%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#613807 (or 0x613807) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 07. RGB value is (97,56,7). Sum of RGB (Red+Green+Blue) = 97+56+7=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 7 (3.12% from 255 or 4.38% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #613807 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613807 is #9EC7F8. Grayscale: #3E3E3E. Windows color (decimal): -10405881 or 473185. OLE color: 473185.

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

Color convert

RGB 97 56 7 -
CMYK 0 0.42 0.93 0.62
HSL 32.67º 0.87% 0.2% -
HSV(B) 32.67º 0.93% 0.38% -
XYZ 6.38 5.39 0.9 -
YUV 62.67 96.58 152.48 -
System Red Green Blue C M Y K H S L
Decimal 97 56 7 0 0.42 0.93 0.62 32.67 0.87 0.2
Hex 61 38 7 0 2A 5D 3E 21 57 14
Octal 141 70 7 0 52 135 76 41 127 24
Binary 1100001 111000 111 0 101010 1011101 111110 100001 1010111 10100

Color Harmonies of #613807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613807

Black with #613807

Text Example


Text Example

White with #613807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613807; }

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

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

background-color css

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

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

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

border-color css

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

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

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