Html Css Color HEX #61390C Baker's Chocolate

📋 copy color: '#61390C'

red 97 ◦ green 57 ◦ blue 12

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

Shades of Baker's Chocolate #61390C

Tints of Baker's Chocolate #61390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 12 (5.08% from 255) = 7.23%

R = 58.43%
G = 34.34%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61390C (or 0x61390C) is known color: Baker's Chocolate. HEX triplet: 61, 39 and 0C. RGB value is (97,57,12). Sum of RGB (Red+Green+Blue) = 97+57+12=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 12 (5.08% from 255 or 7.23% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61390C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61390C is #9EC6F3. Grayscale: #404040. Windows color (decimal): -10405620 or 801121. OLE color: 801121.

HSL color Cylindrical-coordinate representation of color #61390C: hue angle of 31.76º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61390C is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 57 12 -
CMYK 0 0.41 0.88 0.62
HSL 31.76º 0.78% 0.21% -
HSV(B) 31.76º 0.88% 0.38% -
XYZ 6.46 5.49 1.07 -
YUV 63.83 98.75 151.66 -
System Red Green Blue C M Y K H S L
Decimal 97 57 12 0 0.41 0.88 0.62 31.76 0.78 0.21
Hex 61 39 C 0 29 58 3E 20 4E 15
Octal 141 71 14 0 51 130 76 40 116 25
Binary 1100001 111001 1100 0 101001 1011000 111110 100000 1001110 10101

Color Harmonies of #61390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61390C

Black with #61390C

Text Example


Text Example

White with #61390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61390C; }

 p { color: rgb(97,57,12); }

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

background-color css

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

 a { background-color: rgb(97,57,12); }

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

border-color css

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

 span { border-color: rgb(97,57,12); }

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