Html Css Color HEX #61330F Baker's Chocolate

📋 copy color: '#61330F'

red 97 ◦ green 51 ◦ blue 15

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

Shades of Baker's Chocolate #61330F

Tints of Baker's Chocolate #61330F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 31.29%

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

R = 59.51%
G = 31.29%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#61330F (or 0x61330F) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 0F. RGB value is (97,51,15). Sum of RGB (Red+Green+Blue) = 97+51+15=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 51 (20.31% from 255 or 31.29% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61330F is #9ECCF0. Grayscale: #3C3C3C. Windows color (decimal): -10407153 or 996193. OLE color: 996193.

HSL color Cylindrical-coordinate representation of color #61330F: hue angle of 26.34º 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 #61330F is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 15 -
CMYK 0 0.47 0.85 0.62
HSL 26.34º 0.73% 0.22% -
HSV(B) 26.34º 0.85% 0.38% -
XYZ 6.2 4.94 1.08 -
YUV 60.65 102.24 153.93 -
System Red Green Blue C M Y K H S L
Decimal 97 51 15 0 0.47 0.85 0.62 26.34 0.73 0.22
Hex 61 33 F 0 2F 55 3E 1A 49 16
Octal 141 63 17 0 57 125 76 32 111 26
Binary 1100001 110011 1111 0 101111 1010101 111110 11010 1001001 10110

Color Harmonies of #61330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61330F

Black with #61330F

Text Example


Text Example

White with #61330F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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