#692000

Color #692000 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #692000

Tints of Baker's Chocolate #692000

Color information

#692000 (or 0x692000) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 20 and 00. RGB value is (105,32,0). Sum of RGB (Red+Green+Blue) = 105+32+0=137 (18% of max value = 765). Red value is 105 (41.41% from 255 or 76.64% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 105 - color contains mainly: red. Hex color #692000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692000 is #96DFFF. Grayscale: #323232. Windows color (decimal): -9887744 or 8297. OLE color: 8297.

HSL color Cylindrical-coordinate representation of color #692000: hue angle of 18.29º 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 #692000 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB105320-
CMYK00.7010.59
HSL18.29º100%20.59%-
HSV(B)18.29º100%41.18%-
XYZ6.344.040.44-
YUV50.1899.68167.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 76.64%
GREEN value IS 32 (12.89% from 255) = 23.36%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.64%
G=23.36%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 1
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10532000.7010.5918.2910020.59
Hex69200046643B126415
Octal1514000106144732214425
Binary1101001100000001000110110010011101110010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692000; }

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

 H1.HeaderClassName
 {
   color: #692000;
 }
 .AnyTagClassName
 {
   color: #692000;
 }
</style>
background-color css

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

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

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

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

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

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