Html Css Color HEX #61380B Baker's Chocolate

📋 copy color: '#61380B'

red 97 ◦ green 56 ◦ blue 11

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

Shades of Baker's Chocolate #61380B

Tints of Baker's Chocolate #61380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 11 (4.69% from 255) = 6.71%

R = 59.15%
G = 34.15%
B = 6.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.62

RGB Variations

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

Color information

#61380B (or 0x61380B) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 0B. RGB value is (97,56,11). Sum of RGB (Red+Green+Blue) = 97+56+11=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 11 (4.69% from 255 or 6.71% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61380B is #9EC7F4. Grayscale: #3F3F3F. Windows color (decimal): -10405877 or 735329. OLE color: 735329.

HSL color Cylindrical-coordinate representation of color #61380B: hue angle of 31.4º degrees, saturation: 0.8, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #61380B is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 11 -
CMYK 0 0.42 0.89 0.62
HSL 31.4º 0.8% 0.21% -
HSV(B) 31.4º 0.89% 0.38% -
XYZ 6.4 5.39 1.02 -
YUV 63.13 98.58 152.16 -
System Red Green Blue C M Y K H S L
Decimal 97 56 11 0 0.42 0.89 0.62 31.4 0.8 0.21
Hex 61 38 B 0 2A 59 3E 1F 50 15
Octal 141 70 13 0 52 131 76 37 120 25
Binary 1100001 111000 1011 0 101010 1011001 111110 11111 1010000 10101

Color Harmonies of #61380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61380B

Black with #61380B

Text Example


Text Example

White with #61380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61380B; }

 p { color: rgb(97,56,11); }

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

background-color css

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

 a { background-color: rgb(97,56,11); }

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

border-color css

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

 span { border-color: rgb(97,56,11); }

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