Html Css Color HEX #61330D Baker's Chocolate

📋 copy color: '#61330D'

red 97 ◦ green 51 ◦ blue 13

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

Shades of Baker's Chocolate #61330D

Tints of Baker's Chocolate #61330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 8.07%

R = 60.25%
G = 31.68%
B = 8.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#61330D (or 0x61330D) is known color: Baker's Chocolate. HEX triplet: 61, 33 and 0D. RGB value is (97,51,13). Sum of RGB (Red+Green+Blue) = 97+51+13=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 51 (20.31% from 255 or 31.68% from 161); Blue value is 13 (5.47% from 255 or 8.07% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #61330D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #61330D is #9ECCF2. Grayscale: #3C3C3C. Windows color (decimal): -10407155 or 865121. OLE color: 865121.

HSL color Cylindrical-coordinate representation of color #61330D: hue angle of 27.14º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61330D is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 51 13 -
CMYK 0 0.47 0.87 0.62
HSL 27.14º 0.76% 0.22% -
HSV(B) 27.14º 0.87% 0.38% -
XYZ 6.19 4.94 1.01 -
YUV 60.42 101.24 154.09 -
System Red Green Blue C M Y K H S L
Decimal 97 51 13 0 0.47 0.87 0.62 27.14 0.76 0.22
Hex 61 33 D 0 2F 57 3E 1B 4C 16
Octal 141 63 15 0 57 127 76 33 114 26
Binary 1100001 110011 1101 0 101111 1010111 111110 11011 1001100 10110

Color Harmonies of #61330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61330D

Black with #61330D

Text Example


Text Example

White with #61330D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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