Html Css Color HEX #61390E Baker's Chocolate

📋 copy color: '#61390E'

red 97 ◦ green 57 ◦ blue 14

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

Shades of Baker's Chocolate #61390E

Tints of Baker's Chocolate #61390E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 57.74%
G = 33.93%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.86

 K value IS 0.62

RGB Variations

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

Color information

#61390E (or 0x61390E) is known color: Baker's Chocolate. HEX triplet: 61, 39 and 0E. RGB value is (97,57,14). Sum of RGB (Red+Green+Blue) = 97+57+14=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #61390E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61390E is #9EC6F1. Grayscale: #404040. Windows color (decimal): -10405618 or 932193. OLE color: 932193.

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

Color convert

RGB 97 57 14 -
CMYK 0 0.41 0.86 0.62
HSL 31.08º 0.75% 0.22% -
HSV(B) 31.08º 0.86% 0.38% -
XYZ 6.47 5.5 1.14 -
YUV 64.06 99.75 151.5 -
System Red Green Blue C M Y K H S L
Decimal 97 57 14 0 0.41 0.86 0.62 31.08 0.75 0.22
Hex 61 39 E 0 29 56 3E 1F 4B 16
Octal 141 71 16 0 51 126 76 37 113 26
Binary 1100001 111001 1110 0 101001 1010110 111110 11111 1001011 10110

Color Harmonies of #61390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61390E

Black with #61390E

Text Example


Text Example

White with #61390E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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