Html Css Color HEX #61351C Baker's Chocolate

📋 copy color: '#61351C'

red 97 ◦ green 53 ◦ blue 28

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

Shades of Baker's Chocolate #61351C

Tints of Baker's Chocolate #61351C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.78%

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

R = 54.49%
G = 29.78%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.71

 K value IS 0.62

RGB Variations

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

Color information

#61351C (or 0x61351C) is known color: Baker's Chocolate. HEX triplet: 61, 35 and 1C. RGB value is (97,53,28). Sum of RGB (Red+Green+Blue) = 97+53+28=178 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.49% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 97 - color contains mainly: red. Hex color #61351C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61351C is #9ECAE3. Grayscale: #3F3F3F. Windows color (decimal): -10406628 or 1848673. OLE color: 1848673.

HSL color Cylindrical-coordinate representation of color #61351C: hue angle of 21.74º 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 #61351C is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 53 28 -
CMYK 0 0.45 0.71 0.62
HSL 21.74º 0.55% 0.25% -
HSV(B) 21.74º 0.71% 0.38% -
XYZ 6.41 5.17 1.76 -
YUV 63.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 97 53 28 0 0.45 0.71 0.62 21.74 0.55 0.25
Hex 61 35 1C 0 2D 47 3E 16 37 19
Octal 141 65 34 0 55 107 76 26 67 31
Binary 1100001 110101 11100 0 101101 1000111 111110 10110 110111 11001

Color Harmonies of #61351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61351C

Black with #61351C

Text Example


Text Example

White with #61351C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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