Html Css Color HEX #693B0F Baker's Chocolate

📋 copy color: '#693B0F'

red 105 ◦ green 59 ◦ blue 15

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

Shades of Baker's Chocolate #693B0F

Tints of Baker's Chocolate #693B0F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.96%

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

R = 58.66%
G = 32.96%
B = 8.38%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#693B0F (or 0x693B0F) is known color: Baker's Chocolate. HEX triplet: 69, 3B and 0F. RGB value is (105,59,15). Sum of RGB (Red+Green+Blue) = 105+59+15=179 (23% of max value = 765). Red value is 105 (41.41% from 255 or 58.66% from 179); Green value is 59 (23.44% from 255 or 32.96% from 179); Blue value is 15 (6.25% from 255 or 8.38% from 179); Max value from RGB is 105 - color contains mainly: red. Hex color #693B0F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693B0F is #96C4F0. Grayscale: #434343. Windows color (decimal): -9880817 or 998249. OLE color: 998249.

HSL color Cylindrical-coordinate representation of color #693B0F: hue angle of 29.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #693B0F is Cyan = 0, Magento = 0.44, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 59 15 -
CMYK 0 0.44 0.86 0.59
HSL 29.33º 0.75% 0.24% -
HSV(B) 29.33º 0.86% 0.41% -
XYZ 7.48 6.17 1.25 -
YUV 67.74 98.24 154.58 -
System Red Green Blue C M Y K H S L
Decimal 105 59 15 0 0.44 0.86 0.59 29.33 0.75 0.24
Hex 69 3B F 0 2C 56 3B 1D 4B 18
Octal 151 73 17 0 54 126 73 35 113 30
Binary 1101001 111011 1111 0 101100 1010110 111011 11101 1001011 11000

Color Harmonies of #693B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693B0F

Black with #693B0F

Text Example


Text Example

White with #693B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693B0F; }

 p { color: rgb(105,59,15); }

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

background-color css

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

 a { background-color: rgb(105,59,15); }

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

border-color css

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

 span { border-color: rgb(105,59,15); }

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