Html Css Color HEX #61260F Baker's Chocolate

📋 copy color: '#61260F'

red 97 ◦ green 38 ◦ blue 15

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

Shades of Baker's Chocolate #61260F

Tints of Baker's Chocolate #61260F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25.33%

 BLUE value IS 15 (6.25% from 255) = 10%

R = 64.67%
G = 25.33%
B = 10%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61260F (or 0x61260F) is known color: Baker's Chocolate. HEX triplet: 61, 26 and 0F. RGB value is (97,38,15). Sum of RGB (Red+Green+Blue) = 97+38+15=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 15 (6.25% from 255 or 10% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #61260F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61260F is #9ED9F0. Grayscale: #353535. Windows color (decimal): -10410481 or 992865. OLE color: 992865.

HSL color Cylindrical-coordinate representation of color #61260F: hue angle of 16.83º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #61260F is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 38 15 -
CMYK 0 0.61 0.85 0.62
HSL 16.83º 0.73% 0.22% -
HSV(B) 16.83º 0.85% 0.38% -
XYZ 5.71 3.96 0.92 -
YUV 53.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 97 38 15 0 0.61 0.85 0.62 16.83 0.73 0.22
Hex 61 26 F 0 3D 55 3E 11 49 16
Octal 141 46 17 0 75 125 76 21 111 26
Binary 1100001 100110 1111 0 111101 1010101 111110 10001 1001001 10110

Color Harmonies of #61260F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61260F

Black with #61260F

Text Example


Text Example

White with #61260F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61260F; }

 p { color: rgb(97,38,15); }

 H1.HeaderClassName
 {
   color: #61260F;
 }
 .AnyTagClassName
 {
   color: #61260F;
 }
</style>

background-color css

<style>
 a { background-color: #61260F; }

 a { background-color: rgb(97,38,15); }

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

border-color css

<style>
 span { border-color: #61260F; }

 span { border-color: rgb(97,38,15); }

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