Html Css Color HEX #613500 Baker's Chocolate

📋 copy color: '#613500'

red 97 ◦ green 53 ◦ blue 0

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

Shades of Baker's Chocolate #613500

Tints of Baker's Chocolate #613500

RGB

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

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

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

R = 64.67%
G = 35.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#613500 (or 0x613500) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 00. RGB value is (97,53,0). Sum of RGB (Red+Green+Blue) = 97+53+0=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 53 (21.09% from 255 or 35.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #613500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613500 is #9ECAFF. Grayscale: #3C3C3C. Windows color (decimal): -10406656 or 13665. OLE color: 13665.

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

Color convert

RGB 97 53 0 -
CMYK 0 0.45 1 0.62
HSL 32.78º 1% 0.19% -
HSV(B) 32.78º 1% 0.38% -
XYZ 6.2 5.09 0.66 -
YUV 60.11 94.08 154.31 -
System Red Green Blue C M Y K H S L
Decimal 97 53 0 0 0.45 1 0.62 32.78 1 0.19
Hex 61 35 0 0 2D 64 3E 21 64 13
Octal 141 65 0 0 55 144 76 41 144 23
Binary 1100001 110101 0 0 101101 1100100 111110 100001 1100100 10011

Color Harmonies of #613500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613500

Black with #613500

Text Example


Text Example

White with #613500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613500; }

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

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

background-color css

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

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

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

border-color css

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

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

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