Html Css Color HEX #693029 Kenyan Copper

📋 copy color: '#693029'

red 105 ◦ green 48 ◦ blue 41

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

Shades of Kenyan Copper #693029

Tints of Kenyan Copper #693029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 21.13%

R = 54.12%
G = 24.74%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#693029 (or 0x693029) is known color: Kenyan Copper. HEX triplet: 69, 30 and 29. RGB value is (105,48,41). Sum of RGB (Red+Green+Blue) = 105+48+41=194 (25% of max value = 765). Red value is 105 (41.41% from 255 or 54.12% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 41 (16.41% from 255 or 21.13% from 194); Max value from RGB is 105 - color contains mainly: red. Hex color #693029 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693029 is #96CFD6. Grayscale: #404040. Windows color (decimal): -9883607 or 2699369. OLE color: 2699369.

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

Color convert

RGB 105 48 41 -
CMYK 0 0.54 0.61 0.59
HSL 6.56º 0.44% 0.29% -
HSV(B) 6.56º 0.61% 0.41% -
XYZ 7.28 5.28 2.73 -
YUV 64.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 105 48 41 0 0.54 0.61 0.59 6.56 0.44 0.29
Hex 69 30 29 0 36 3D 3B 7 2C 1D
Octal 151 60 51 0 66 75 73 7 54 35
Binary 1101001 110000 101001 0 110110 111101 111011 111 101100 11101

Color Harmonies of #693029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693029

Black with #693029

Text Example


Text Example

White with #693029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693029; }

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

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

background-color css

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

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

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

border-color css

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

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

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