Html Css Color HEX #61380D Baker's Chocolate

📋 copy color: '#61380D'

red 97 ◦ green 56 ◦ blue 13

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

Shades of Baker's Chocolate #61380D

Tints of Baker's Chocolate #61380D

RGB

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

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

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

R = 58.43%
G = 33.73%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61380D (or 0x61380D) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 0D. RGB value is (97,56,13). Sum of RGB (Red+Green+Blue) = 97+56+13=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 13 (5.47% from 255 or 7.83% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61380D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61380D is #9EC7F2. Grayscale: #3F3F3F. Windows color (decimal): -10405875 or 866401. OLE color: 866401.

HSL color Cylindrical-coordinate representation of color #61380D: hue angle of 30.71º 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 #61380D is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 13 -
CMYK 0 0.42 0.87 0.62
HSL 30.71º 0.76% 0.22% -
HSV(B) 30.71º 0.87% 0.38% -
XYZ 6.42 5.4 1.08 -
YUV 63.36 99.58 152 -
System Red Green Blue C M Y K H S L
Decimal 97 56 13 0 0.42 0.87 0.62 30.71 0.76 0.22
Hex 61 38 D 0 2A 57 3E 1F 4C 16
Octal 141 70 15 0 52 127 76 37 114 26
Binary 1100001 111000 1101 0 101010 1010111 111110 11111 1001100 10110

Color Harmonies of #61380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61380D

Black with #61380D

Text Example


Text Example

White with #61380D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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