Html Css Color HEX #61270C Baker's Chocolate

📋 copy color: '#61270C'

red 97 ◦ green 39 ◦ blue 12

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

Shades of Baker's Chocolate #61270C

Tints of Baker's Chocolate #61270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 26.35%

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

R = 65.54%
G = 26.35%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#61270C (or 0x61270C) is known color: Baker's Chocolate. HEX triplet: 61, 27 and 0C. RGB value is (97,39,12). Sum of RGB (Red+Green+Blue) = 97+39+12=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61270C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61270C is #9ED8F3. Grayscale: #353535. Windows color (decimal): -10410228 or 796513. OLE color: 796513.

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

Color convert

RGB 97 39 12 -
CMYK 0 0.60 0.88 0.62
HSL 19.06º 0.78% 0.21% -
HSV(B) 19.06º 0.88% 0.38% -
XYZ 5.72 4.02 0.82 -
YUV 53.26 104.72 159.2 -
System Red Green Blue C M Y K H S L
Decimal 97 39 12 0 0.60 0.88 0.62 19.06 0.78 0.21
Hex 61 27 C 0 3C 58 3E 13 4E 15
Octal 141 47 14 0 74 130 76 23 116 25
Binary 1100001 100111 1100 0 111100 1011000 111110 10011 1001110 10101

Color Harmonies of #61270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61270C

Black with #61270C

Text Example


Text Example

White with #61270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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