Html Css Color HEX #692C29 Kenyan Copper

📋 copy color: '#692C29'

red 105 ◦ green 44 ◦ blue 41

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

Shades of Kenyan Copper #692C29

Tints of Kenyan Copper #692C29

RGB

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

 GREEN value IS 44 (17.58% from 255) = 23.16%

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

R = 55.26%
G = 23.16%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.61

 K value IS 0.59

RGB Variations

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

Color information

#692C29 (or 0x692C29) is known color: Kenyan Copper. HEX triplet: 69, 2C and 29. RGB value is (105,44,41). Sum of RGB (Red+Green+Blue) = 105+44+41=190 (25% of max value = 765). Red value is 105 (41.41% from 255 or 55.26% from 190); Green value is 44 (17.58% from 255 or 23.16% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 105 - color contains mainly: red. Hex color #692C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #692C29 is #96D3D6. Grayscale: #3D3D3D. Windows color (decimal): -9884631 or 2698345. OLE color: 2698345.

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

Color convert

RGB 105 44 41 -
CMYK 0 0.58 0.61 0.59
HSL 2.81º 0.44% 0.29% -
HSV(B) 2.81º 0.61% 0.41% -
XYZ 7.13 4.96 2.68 -
YUV 61.9 116.21 158.74 -
System Red Green Blue C M Y K H S L
Decimal 105 44 41 0 0.58 0.61 0.59 2.81 0.44 0.29
Hex 69 2C 29 0 3A 3D 3B 3 2C 1D
Octal 151 54 51 0 72 75 73 3 54 35
Binary 1101001 101100 101001 0 111010 111101 111011 11 101100 11101

Color Harmonies of #692C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #692C29

Black with #692C29

Text Example


Text Example

White with #692C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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