Html Css Color HEX #693731 Kenyan Copper

📋 copy color: '#693731'

red 105 ◦ green 55 ◦ blue 49

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

Shades of Kenyan Copper #693731

Tints of Kenyan Copper #693731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 49 (19.53% from 255) = 23.44%

R = 50.24%
G = 26.32%
B = 23.44%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#693731 (or 0x693731) is known color: Kenyan Copper. HEX triplet: 69, 37 and 31. RGB value is (105,55,49). Sum of RGB (Red+Green+Blue) = 105+55+49=209 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.24% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 105 - color contains mainly: red. Hex color #693731 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693731 is #96C8CE. Grayscale: #454545. Windows color (decimal): -9881807 or 3225449. OLE color: 3225449.

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

Color convert

RGB 105 55 49 -
CMYK 0 0.48 0.53 0.59
HSL 6.43º 0.36% 0.3% -
HSV(B) 6.43º 0.53% 0.41% -
XYZ 7.75 5.96 3.65 -
YUV 69.27 116.57 153.49 -
System Red Green Blue C M Y K H S L
Decimal 105 55 49 0 0.48 0.53 0.59 6.43 0.36 0.3
Hex 69 37 31 0 30 35 3B 6 24 1E
Octal 151 67 61 0 60 65 73 6 44 36
Binary 1101001 110111 110001 0 110000 110101 111011 110 100100 11110

Color Harmonies of #693731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693731

Black with #693731

Text Example


Text Example

White with #693731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693731; }

 p { color: rgb(105,55,49); }

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

background-color css

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

 a { background-color: rgb(105,55,49); }

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

border-color css

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

 span { border-color: rgb(105,55,49); }

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