Html Css Color HEX #61300C Baker's Chocolate

📋 copy color: '#61300C'

red 97 ◦ green 48 ◦ blue 12

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

Shades of Baker's Chocolate #61300C

Tints of Baker's Chocolate #61300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.57%

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 61.78%
G = 30.57%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61300C (or 0x61300C) is known color: Baker's Chocolate. HEX triplet: 61, 30 and 0C. RGB value is (97,48,12). Sum of RGB (Red+Green+Blue) = 97+48+12=157 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.78% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 97 - color contains mainly: red. Hex color #61300C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61300C is #9ECFF3. Grayscale: #3A3A3A. Windows color (decimal): -10407924 or 798817. OLE color: 798817.

HSL color Cylindrical-coordinate representation of color #61300C: hue angle of 25.41º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #61300C is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 48 12 -
CMYK 0 0.51 0.88 0.62
HSL 25.41º 0.78% 0.21% -
HSV(B) 25.41º 0.88% 0.38% -
XYZ 6.05 4.68 0.93 -
YUV 58.55 101.73 155.43 -
System Red Green Blue C M Y K H S L
Decimal 97 48 12 0 0.51 0.88 0.62 25.41 0.78 0.21
Hex 61 30 C 0 33 58 3E 19 4E 15
Octal 141 60 14 0 63 130 76 31 116 25
Binary 1100001 110000 1100 0 110011 1011000 111110 11001 1001110 10101

Color Harmonies of #61300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61300C

Black with #61300C

Text Example


Text Example

White with #61300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,48,12); }

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

background-color css

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

 a { background-color: rgb(97,48,12); }

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

border-color css

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

 span { border-color: rgb(97,48,12); }

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