Html Css Color HEX #693000 Baker's Chocolate

📋 copy color: '#693000'

red 105 ◦ green 48 ◦ blue 0

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

Shades of Baker's Chocolate #693000

Tints of Baker's Chocolate #693000

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.63%
G = 31.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#693000 (or 0x693000) is known color: Baker's Chocolate. HEX triplet: 69, 30 and 00. RGB value is (105,48,0). Sum of RGB (Red+Green+Blue) = 105+48+0=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #693000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #693000 is #96CFFF. Grayscale: #3B3B3B. Windows color (decimal): -9883648 or 12393. OLE color: 12393.

HSL color Cylindrical-coordinate representation of color #693000: hue angle of 27.43º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #693000 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 48 0 -
CMYK 0 0.54 1 0.59
HSL 27.43º 1% 0.21% -
HSV(B) 27.43º 1% 0.41% -
XYZ 6.88 5.12 0.62 -
YUV 59.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 105 48 0 0 0.54 1 0.59 27.43 1 0.21
Hex 69 30 0 0 36 64 3B 1B 64 15
Octal 151 60 0 0 66 144 73 33 144 25
Binary 1101001 110000 0 0 110110 1100100 111011 11011 1100100 10101

Color Harmonies of #693000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693000

Black with #693000

Text Example


Text Example

White with #693000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693000; }

 p { color: rgb(105,48,0); }

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

background-color css

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

 a { background-color: rgb(105,48,0); }

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

border-color css

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

 span { border-color: rgb(105,48,0); }

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