#692E01

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

Shades of Baker's Chocolate #692E01

Tints of Baker's Chocolate #692E01

Color information

#692E01 (or 0x692E01) is unknown color: approx Baker's Chocolate. HEX triplet: 69, 2E and 01. RGB value is (105,46,1). Sum of RGB (Red+Green+Blue) = 105+46+1=152 (20% of max value = 765). Red value is 105 (41.41% from 255 or 69.08% from 152); Green value is 46 (18.36% from 255 or 30.26% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 105 - color contains mainly: red. Hex color #692E01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #692E01 is #96D1FE. Grayscale: #3A3A3A. Windows color (decimal): -9884159 or 77417. OLE color: 77417.

HSL color Cylindrical-coordinate representation of color #692E01: hue angle of 25.96º 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 #692E01 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.59.

Color convert

RGB105461-
CMYK00.560.990.59
HSL25.96º98.11%20.78%-
HSV(B)25.96º99.05%41.18%-
XYZ6.814.960.63-
YUV58.5195.55161.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 69.08%
GREEN value IS 46 (18.36% from 255) = 30.26%
BLUE value IS 1 (0.78% from 255) = 0.66%
R=69.08%
G=30.26%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10546100.560.990.5925.9698.1120.78
Hex692E1038633B1a6215
Octal151561070143733214225
Binary110100110111010111000110001111101111010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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