#692E2D

Color #692E2D Kenyan Copper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kenyan Copper #692E2D

Tints of Kenyan Copper #692E2D

Color information

#692E2D (or 0x692E2D) is unknown color: approx Kenyan Copper. HEX triplet: 69, 2E and 2D. RGB value is (105,46,45). Sum of RGB (Red+Green+Blue) = 105+46+45=196 (25% of max value = 765). Red value is 105 (41.41% from 255 or 53.57% from 196); Green value is 46 (18.36% from 255 or 23.47% from 196); Blue value is 45 (17.97% from 255 or 22.96% from 196); Max value from RGB is 105 - color contains mainly: red. Hex color #692E2D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692E2D is #96D1D2. Grayscale: #3F3F3F. Windows color (decimal): -9884115 or 2961001. OLE color: 2961001.

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

Color convert

RGB1054645-
CMYK00.560.570.59
HSL40%29.41%-
HSV(B)57.14%41.18%-
XYZ7.285.153.09-
YUV63.53117.55157.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 53.57%
GREEN value IS 46 (18.36% from 255) = 23.47%
BLUE value IS 45 (17.97% from 255) = 22.96%
R=53.57%
G=23.47%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.57
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105464500.560.570.5914029.41
Hex692E2D038393B1281d
Octal1515655070717315035
Binary11010011011101011010111000111001111011110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #692E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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