Html Css Color HEX #61390D Baker's Chocolate

📋 copy color: '#61390D'

red 97 ◦ green 57 ◦ blue 13

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

Shades of Baker's Chocolate #61390D

Tints of Baker's Chocolate #61390D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.78%

R = 58.08%
G = 34.13%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61390D (or 0x61390D) is known color: Baker's Chocolate. HEX triplet: 61, 39 and 0D. RGB value is (97,57,13). Sum of RGB (Red+Green+Blue) = 97+57+13=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61390D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61390D is #9EC6F2. Grayscale: #404040. Windows color (decimal): -10405619 or 866657. OLE color: 866657.

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

Color convert

RGB 97 57 13 -
CMYK 0 0.41 0.87 0.62
HSL 31.43º 0.76% 0.22% -
HSV(B) 31.43º 0.87% 0.38% -
XYZ 6.47 5.5 1.1 -
YUV 63.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 97 57 13 0 0.41 0.87 0.62 31.43 0.76 0.22
Hex 61 39 D 0 29 57 3E 1F 4C 16
Octal 141 71 15 0 51 127 76 37 114 26
Binary 1100001 111001 1101 0 101001 1010111 111110 11111 1001100 10110

Color Harmonies of #61390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61390D

Black with #61390D

Text Example


Text Example

White with #61390D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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