Html Css Color HEX #613504 Baker's Chocolate

📋 copy color: '#613504'

red 97 ◦ green 53 ◦ blue 4

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

Shades of Baker's Chocolate #613504

Tints of Baker's Chocolate #613504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.6%

R = 62.99%
G = 34.42%
B = 2.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#613504 (or 0x613504) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 04. RGB value is (97,53,4). Sum of RGB (Red+Green+Blue) = 97+53+4=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 4 (1.95% from 255 or 2.60% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #613504 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613504 is #9ECAFB. Grayscale: #3C3C3C. Windows color (decimal): -10406652 or 275809. OLE color: 275809.

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

Color convert

RGB 97 53 4 -
CMYK 0 0.45 0.96 0.62
HSL 31.61º 0.92% 0.2% -
HSV(B) 31.61º 0.96% 0.38% -
XYZ 6.22 5.1 0.77 -
YUV 60.57 96.08 153.98 -
System Red Green Blue C M Y K H S L
Decimal 97 53 4 0 0.45 0.96 0.62 31.61 0.92 0.2
Hex 61 35 4 0 2D 60 3E 20 5C 14
Octal 141 65 4 0 55 140 76 40 134 24
Binary 1100001 110101 100 0 101101 1100000 111110 100000 1011100 10100

Color Harmonies of #613504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613504

Black with #613504

Text Example


Text Example

White with #613504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613504; }

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

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

background-color css

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

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

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

border-color css

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

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

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