Html Css Color HEX #61381C Baker's Chocolate

📋 copy color: '#61381C'

red 97 ◦ green 56 ◦ blue 28

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

Shades of Baker's Chocolate #61381C

Tints of Baker's Chocolate #61381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 53.59%
G = 30.94%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61381C (or 0x61381C) is known color: Baker's Chocolate. HEX triplet: 61, 38 and 1C. RGB value is (97,56,28). Sum of RGB (Red+Green+Blue) = 97+56+28=181 (23% of max value = 765). Red value is 97 (38.28% from 255 or 53.59% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 97 - color contains mainly: red. Hex color #61381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61381C is #9EC7E3. Grayscale: #414141. Windows color (decimal): -10405860 or 1849441. OLE color: 1849441.

HSL color Cylindrical-coordinate representation of color #61381C: hue angle of 24.35º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61381C is Cyan = 0, Magento = 0.42, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 56 28 -
CMYK 0 0.42 0.71 0.62
HSL 24.35º 0.55% 0.25% -
HSV(B) 24.35º 0.71% 0.38% -
XYZ 6.55 5.45 1.81 -
YUV 65.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 97 56 28 0 0.42 0.71 0.62 24.35 0.55 0.25
Hex 61 38 1C 0 2A 47 3E 18 37 19
Octal 141 70 34 0 52 107 76 30 67 31
Binary 1100001 111000 11100 0 101010 1000111 111110 11000 110111 11001

Color Harmonies of #61381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61381C

Black with #61381C

Text Example


Text Example

White with #61381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61381C; }

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

 H1.HeaderClassName
 {
   color: #61381C;
 }
 .AnyTagClassName
 {
   color: #61381C;
 }
</style>

background-color css

<style>
 a { background-color: #61381C; }

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

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

border-color css

<style>
 span { border-color: #61381C; }

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

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