Html Css Color HEX #693311 Baker's Chocolate

📋 copy color: '#693311'

red 105 ◦ green 51 ◦ blue 17

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

Shades of Baker's Chocolate #693311

Tints of Baker's Chocolate #693311

RGB

 RED value IS 105 (41.41% from 255) = 60.69%

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

 BLUE value IS 17 (7.03% from 255) = 9.83%

R = 60.69%
G = 29.48%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.59

RGB Variations

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

Color information

#693311 (or 0x693311) is known color: Baker's Chocolate. HEX triplet: 69, 33 and 11. RGB value is (105,51,17). Sum of RGB (Red+Green+Blue) = 105+51+17=173 (22% of max value = 765). Red value is 105 (41.41% from 255 or 60.69% from 173); Green value is 51 (20.31% from 255 or 29.48% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 105 - color contains mainly: red. Hex color #693311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693311 is #96CCEE. Grayscale: #3F3F3F. Windows color (decimal): -9882863 or 1127273. OLE color: 1127273.

HSL color Cylindrical-coordinate representation of color #693311: hue angle of 23.18º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #693311 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 51 17 -
CMYK 0 0.51 0.84 0.59
HSL 23.18º 0.72% 0.24% -
HSV(B) 23.18º 0.84% 0.41% -
XYZ 7.11 5.41 1.2 -
YUV 63.27 101.89 157.76 -
System Red Green Blue C M Y K H S L
Decimal 105 51 17 0 0.51 0.84 0.59 23.18 0.72 0.24
Hex 69 33 11 0 33 54 3B 17 48 18
Octal 151 63 21 0 63 124 73 27 110 30
Binary 1101001 110011 10001 0 110011 1010100 111011 10111 1001000 11000

Color Harmonies of #693311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693311

Black with #693311

Text Example


Text Example

White with #693311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693311; }

 p { color: rgb(105,51,17); }

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

background-color css

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

 a { background-color: rgb(105,51,17); }

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

border-color css

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

 span { border-color: rgb(105,51,17); }

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