Html Css Color HEX #693530 Kenyan Copper

📋 copy color: '#693530'

red 105 ◦ green 53 ◦ blue 48

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

Shades of Kenyan Copper #693530

Tints of Kenyan Copper #693530

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 48 (19.14% from 255) = 23.3%

R = 50.97%
G = 25.73%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.59

RGB Variations

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

Color information

#693530 (or 0x693530) is known color: Kenyan Copper. HEX triplet: 69, 35 and 30. RGB value is (105,53,48). Sum of RGB (Red+Green+Blue) = 105+53+48=206 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.97% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 105 - color contains mainly: red. Hex color #693530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693530 is #96CACF. Grayscale: #444444. Windows color (decimal): -9882320 or 3159401. OLE color: 3159401.

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

Color convert

RGB 105 53 48 -
CMYK 0 0.50 0.54 0.59
HSL 5.26º 0.37% 0.3% -
HSV(B) 5.26º 0.54% 0.41% -
XYZ 7.63 5.76 3.51 -
YUV 67.98 116.73 154.41 -
System Red Green Blue C M Y K H S L
Decimal 105 53 48 0 0.50 0.54 0.59 5.26 0.37 0.3
Hex 69 35 30 0 32 36 3B 5 25 1E
Octal 151 65 60 0 62 66 73 5 45 36
Binary 1101001 110101 110000 0 110010 110110 111011 101 100101 11110

Color Harmonies of #693530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693530

Black with #693530

Text Example


Text Example

White with #693530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693530; }

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

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

background-color css

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

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

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

border-color css

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

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

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