#692F01

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

Shades of Baker's Chocolate #692F01

Tints of Baker's Chocolate #692F01

Color information

#692F01 (or 0x692F01) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 2F and 01. RGB value is (105,47,1). Sum of RGB (Red+Green+Blue) = 105+47+1=153 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.63% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 105 - color contains mainly: red. Hex color #692F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692F01 is #96D0FE. Grayscale: #3B3B3B. Windows color (decimal): -9883903 or 77673. OLE color: 77673.

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

Color convert

RGB105471-
CMYK00.550.990.59
HSL26.54º98.11%20.78%-
HSV(B)26.54º99.05%41.18%-
XYZ6.855.040.64-
YUV59.195.22160.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.63%
GREEN value IS 47 (18.75% from 255) = 30.72%
BLUE value IS 1 (0.78% from 255) = 0.65%
R=68.63%
G=30.72%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10547100.550.990.5926.5498.1120.78
Hex692F1037633B1b6215
Octal151571067143733314225
Binary110100110111110110111110001111101111011110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #692F01; }

 p { color: rgb(105,47,1); }

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

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

 a { background-color: rgb(105,47,1); }

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

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

 span { border-color: rgb(105,47,1); }

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