Html Css Color HEX #61390A Baker's Chocolate

📋 copy color: '#61390A'

red 97 ◦ green 57 ◦ blue 10

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

Shades of Baker's Chocolate #61390A

Tints of Baker's Chocolate #61390A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.1%

R = 59.15%
G = 34.76%
B = 6.1%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#61390A (or 0x61390A) is known color: Baker's Chocolate. HEX triplet: 61, 39 and 0A. RGB value is (97,57,10). Sum of RGB (Red+Green+Blue) = 97+57+10=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 10 (4.30% from 255 or 6.10% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61390A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61390A is #9EC6F5. Grayscale: #3F3F3F. Windows color (decimal): -10405622 or 670049. OLE color: 670049.

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

Color convert

RGB 97 57 10 -
CMYK 0 0.41 0.90 0.62
HSL 32.41º 0.81% 0.21% -
HSV(B) 32.41º 0.9% 0.38% -
XYZ 6.45 5.49 1.01 -
YUV 63.6 97.75 151.82 -
System Red Green Blue C M Y K H S L
Decimal 97 57 10 0 0.41 0.90 0.62 32.41 0.81 0.21
Hex 61 39 A 0 29 5A 3E 20 51 15
Octal 141 71 12 0 51 132 76 40 121 25
Binary 1100001 111001 1010 0 101001 1011010 111110 100000 1010001 10101

Color Harmonies of #61390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61390A

Black with #61390A

Text Example


Text Example

White with #61390A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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