Html Css Color HEX #67555B Scorpion

📋 copy color: '#67555B'

red 103 ◦ green 85 ◦ blue 91

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

Shades of Scorpion #67555B

Tints of Scorpion #67555B

RGB

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

 GREEN value IS 85 (33.59% from 255) = 30.47%

 BLUE value IS 91 (35.94% from 255) = 32.62%

R = 36.92%
G = 30.47%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.12

 K value IS 0.60

RGB Variations

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

Color information

#67555B (or 0x67555B) is known color: Scorpion. HEX triplet: 67, 55 and 5B. RGB value is (103,85,91). Sum of RGB (Red+Green+Blue) = 103+85+91=279 (36% of max value = 765). Red value is 103 (40.62% from 255 or 36.92% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 103 - color contains mainly: red. Hex color #67555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67555B is #98AAA4. Grayscale: #5B5B5B. Windows color (decimal): -10005157 or 5985639. OLE color: 5985639.

HSL color Cylindrical-coordinate representation of color #67555B: hue angle of 340º degrees, saturation: 0.1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67555B is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 85 91 -
CMYK 0 0.17 0.12 0.60
HSL 340º 0.1% 0.37% -
HSV(B) 340º 0.17% 0.4% -
XYZ 10.73 10.14 11.29 -
YUV 91.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 103 85 91 0 0.17 0.12 0.60 340 0.1 0.37
Hex 67 55 5B 0 11 C 3C 154 A 25
Octal 147 125 133 0 21 14 74 524 12 45
Binary 1100111 1010101 1011011 0 10001 1100 111100 101010100 1010 100101

Color Harmonies of #67555B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67555B

Black with #67555B

Text Example


Text Example

White with #67555B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67555B; }

 p { color: rgb(103,85,91); }

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

background-color css

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

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

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

border-color css

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

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

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