Html Css Color HEX #613309 Baker's Chocolate

📋 copy color: '#613309'

red 97 ◦ green 51 ◦ blue 9

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

Shades of Baker's Chocolate #613309

Tints of Baker's Chocolate #613309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 32.48%

 BLUE value IS 9 (3.91% from 255) = 5.73%

R = 61.78%
G = 32.48%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.62

RGB Variations

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

Color information

#613309 (or 0x613309) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 09. RGB value is (97,51,9). Sum of RGB (Red+Green+Blue) = 97+51+9=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 9 (3.91% from 255 or 5.73% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #613309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #613309 is #9ECCF6. Grayscale: #3C3C3C. Windows color (decimal): -10407159 or 602977. OLE color: 602977.

HSL color Cylindrical-coordinate representation of color #613309: hue angle of 28.64º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #613309 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 9 -
CMYK 0 0.47 0.91 0.62
HSL 28.64º 0.83% 0.21% -
HSV(B) 28.64º 0.91% 0.38% -
XYZ 6.16 4.93 0.88 -
YUV 59.97 99.24 154.42 -
System Red Green Blue C M Y K H S L
Decimal 97 51 9 0 0.47 0.91 0.62 28.64 0.83 0.21
Hex 61 33 9 0 2F 5B 3E 1D 53 15
Octal 141 63 11 0 57 133 76 35 123 25
Binary 1100001 110011 1001 0 101111 1011011 111110 11101 1010011 10101

Color Harmonies of #613309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #613309

Black with #613309

Text Example


Text Example

White with #613309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #613309; }

 p { color: rgb(97,51,9); }

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

background-color css

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

 a { background-color: rgb(97,51,9); }

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

border-color css

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

 span { border-color: rgb(97,51,9); }

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