Html Css Color HEX #61361A Baker's Chocolate

📋 copy color: '#61361A'

red 97 ◦ green 54 ◦ blue 26

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

Shades of Baker's Chocolate #61361A

Tints of Baker's Chocolate #61361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 30.51%

 BLUE value IS 26 (10.55% from 255) = 14.69%

R = 54.8%
G = 30.51%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.73

 K value IS 0.62

RGB Variations

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

Color information

#61361A (or 0x61361A) is known color: Baker's Chocolate. HEX triplet: 61, 36 and 1A. RGB value is (97,54,26). Sum of RGB (Red+Green+Blue) = 97+54+26=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 26 (10.55% from 255 or 14.69% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61361A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61361A is #9EC9E5. Grayscale: #3F3F3F. Windows color (decimal): -10406374 or 1717857. OLE color: 1717857.

HSL color Cylindrical-coordinate representation of color #61361A: hue angle of 23.66º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #61361A is Cyan = 0, Magento = 0.44, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 54 26 -
CMYK 0 0.44 0.73 0.62
HSL 23.66º 0.58% 0.24% -
HSV(B) 23.66º 0.73% 0.38% -
XYZ 6.44 5.25 1.65 -
YUV 63.67 106.75 151.78 -
System Red Green Blue C M Y K H S L
Decimal 97 54 26 0 0.44 0.73 0.62 23.66 0.58 0.24
Hex 61 36 1A 0 2C 49 3E 18 3A 18
Octal 141 66 32 0 54 111 76 30 72 30
Binary 1100001 110110 11010 0 101100 1001001 111110 11000 111010 11000

Color Harmonies of #61361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61361A

Black with #61361A

Text Example


Text Example

White with #61361A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,54,26); }

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

background-color css

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

 a { background-color: rgb(97,54,26); }

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

border-color css

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

 span { border-color: rgb(97,54,26); }

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