Html Css Color HEX #678383 Gumbo

📋 copy color: '#678383'

red 103 ◦ green 131 ◦ blue 131

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

Shades of Gumbo #678383

Tints of Gumbo #678383

RGB

 RED value IS 103 (40.63% from 255) = 28.22%

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 131 (51.56% from 255) = 35.89%

R = 28.22%
G = 35.89%
B = 35.89%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#678383 (or 0x678383) is known color: Gumbo. HEX triplet: 67, 83 and 83. RGB value is (103,131,131). Sum of RGB (Red+Green+Blue) = 103+131+131=365 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.22% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 131 - color contains mainly: green, blue. Hex color #678383 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678383 is #987C7C. Grayscale: #7A7A7A. Windows color (decimal): -9993341 or 8618855. OLE color: 8618855.

HSL color Cylindrical-coordinate representation of color #678383: hue angle of 180º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #678383 is Cyan = 0.21, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 131 131 -
CMYK 0.21 0 0 0.49
HSL 180º 0.12% 0.46% -
HSV(B) 180º 0.21% 0.51% -
XYZ 17.81 20.75 24.54 -
YUV 122.63 132.72 114 -
System Red Green Blue C M Y K H S L
Decimal 103 131 131 0.21 0 0 0.49 180 0.12 0.46
Hex 67 83 83 15 0 0 31 B4 C 2E
Octal 147 203 203 25 0 0 61 264 14 56
Binary 1100111 10000011 10000011 10101 0 0 110001 10110100 1100 101110

Color Harmonies of #678383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678383

Black with #678383

Text Example


Text Example

White with #678383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678383; }

 p { color: rgb(103,131,131); }

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

background-color css

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

 a { background-color: rgb(103,131,131); }

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

border-color css

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

 span { border-color: rgb(103,131,131); }

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