Html Css Color HEX #693631 Kenyan Copper

📋 copy color: '#693631'

red 105 ◦ green 54 ◦ blue 49

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

Shades of Kenyan Copper #693631

Tints of Kenyan Copper #693631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 25.96%

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

R = 50.48%
G = 25.96%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.59

RGB Variations

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

Color information

#693631 (or 0x693631) is known color: Kenyan Copper. HEX triplet: 69, 36 and 31. RGB value is (105,54,49). Sum of RGB (Red+Green+Blue) = 105+54+49=208 (27% of max value = 765). Red value is 105 (41.41% from 255 or 50.48% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 105 - color contains mainly: red. Hex color #693631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693631 is #96C9CE. Grayscale: #444444. Windows color (decimal): -9882063 or 3225193. OLE color: 3225193.

HSL color Cylindrical-coordinate representation of color #693631: hue angle of 5.36º 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 #693631 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 54 49 -
CMYK 0 0.49 0.53 0.59
HSL 5.36º 0.36% 0.3% -
HSV(B) 5.36º 0.53% 0.41% -
XYZ 7.7 5.86 3.63 -
YUV 68.68 116.9 153.91 -
System Red Green Blue C M Y K H S L
Decimal 105 54 49 0 0.49 0.53 0.59 5.36 0.36 0.3
Hex 69 36 31 0 31 35 3B 5 24 1E
Octal 151 66 61 0 61 65 73 5 44 36
Binary 1101001 110110 110001 0 110001 110101 111011 101 100100 11110

Color Harmonies of #693631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693631

Black with #693631

Text Example


Text Example

White with #693631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693631; }

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

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

background-color css

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

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

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

border-color css

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

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

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