Html Css Color HEX #694E4D Buccaneer

📋 copy color: '#694E4D'

red 105 ◦ green 78 ◦ blue 77

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

Shades of Buccaneer #694E4D

Tints of Buccaneer #694E4D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30%

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 40.38%
G = 30%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#694E4D (or 0x694E4D) is known color: Buccaneer. HEX triplet: 69, 4E and 4D. RGB value is (105,78,77). Sum of RGB (Red+Green+Blue) = 105+78+77=260 (34% of max value = 765). Red value is 105 (41.41% from 255 or 40.38% from 260); Green value is 78 (30.86% from 255 or 30% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 105 - color contains mainly: red. Hex color #694E4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #694E4D is #96B1B2. Grayscale: #555555. Windows color (decimal): -9875891 or 5066345. OLE color: 5066345.

HSL color Cylindrical-coordinate representation of color #694E4D: hue angle of 2.14º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #694E4D is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 105 78 77 -
CMYK 0 0.26 0.27 0.59
HSL 2.14º 0.15% 0.36% -
HSV(B) 2.14º 0.27% 0.41% -
XYZ 9.89 8.99 8.23 -
YUV 85.96 122.95 141.58 -
System Red Green Blue C M Y K H S L
Decimal 105 78 77 0 0.26 0.27 0.59 2.14 0.15 0.36
Hex 69 4E 4D 0 1A 1B 3B 2 F 24
Octal 151 116 115 0 32 33 73 2 17 44
Binary 1101001 1001110 1001101 0 11010 11011 111011 10 1111 100100

Color Harmonies of #694E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #694E4D

Black with #694E4D

Text Example


Text Example

White with #694E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #694E4D; }

 p { color: rgb(105,78,77); }

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

background-color css

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

 a { background-color: rgb(105,78,77); }

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

border-color css

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

 span { border-color: rgb(105,78,77); }

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