Html Css Color HEX #678483 Gumbo

📋 copy color: '#678483'

red 103 ◦ green 132 ◦ blue 131

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

Shades of Gumbo #678483

Tints of Gumbo #678483

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.07%

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

R = 28.14%
G = 36.07%
B = 35.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#678483 (or 0x678483) is known color: Gumbo. HEX triplet: 67, 84 and 83. RGB value is (103,132,131). Sum of RGB (Red+Green+Blue) = 103+132+131=366 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.14% from 366); Green value is 132 (51.95% from 255 or 36.07% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 132 - color contains mainly: green. Hex color #678483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #678483 is #987B7C. Grayscale: #7B7B7B. Windows color (decimal): -9993085 or 8619111. OLE color: 8619111.

HSL color Cylindrical-coordinate representation of color #678483: hue angle of 177.93º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #678483 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 132 131 -
CMYK 0.22 0 0.01 0.48
HSL 177.93º 0.12% 0.46% -
HSV(B) 177.93º 0.22% 0.52% -
XYZ 17.94 21.02 24.59 -
YUV 123.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 103 132 131 0.22 0 0.01 0.48 177.93 0.12 0.46
Hex 67 84 83 16 0 1 30 B2 C 2E
Octal 147 204 203 26 0 1 60 262 14 56
Binary 1100111 10000100 10000011 10110 0 1 110000 10110010 1100 101110

Color Harmonies of #678483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #678483

Black with #678483

Text Example


Text Example

White with #678483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #678483; }

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

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

background-color css

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

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

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

border-color css

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

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

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