Html Css Color HEX #613507 Baker's Chocolate

📋 copy color: '#613507'

red 97 ◦ green 53 ◦ blue 7

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

Shades of Baker's Chocolate #613507

Tints of Baker's Chocolate #613507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

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

R = 61.78%
G = 33.76%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#613507 (or 0x613507) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 07. RGB value is (97,53,7). Sum of RGB (Red+Green+Blue) = 97+53+7=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 7 (3.12% from 255 or 4.46% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #613507 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613507 is #9ECAF8. Grayscale: #3D3D3D. Windows color (decimal): -10406649 or 472417. OLE color: 472417.

HSL color Cylindrical-coordinate representation of color #613507: hue angle of 30.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 #613507 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 7 -
CMYK 0 0.45 0.93 0.62
HSL 30.67º 0.87% 0.2% -
HSV(B) 30.67º 0.93% 0.38% -
XYZ 6.24 5.1 0.86 -
YUV 60.91 97.58 153.74 -
System Red Green Blue C M Y K H S L
Decimal 97 53 7 0 0.45 0.93 0.62 30.67 0.87 0.2
Hex 61 35 7 0 2D 5D 3E 1F 57 14
Octal 141 65 7 0 55 135 76 37 127 24
Binary 1100001 110101 111 0 101101 1011101 111110 11111 1010111 10100

Color Harmonies of #613507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613507

Black with #613507

Text Example


Text Example

White with #613507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613507; }

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

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

background-color css

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

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

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

border-color css

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

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

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