Html Css Color HEX #67616E Scarpa Flow

📋 copy color: '#67616E'

red 103 ◦ green 97 ◦ blue 110

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

Shades of Scarpa Flow #67616E

Tints of Scarpa Flow #67616E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.29%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 33.23%
G = 31.29%
B = 35.48%

CMYK

 C value IS 0.06

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#67616E (or 0x67616E) is known color: Scarpa Flow. HEX triplet: 67, 61 and 6E. RGB value is (103,97,110). Sum of RGB (Red+Green+Blue) = 103+97+110=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 97 (38.28% from 255 or 31.29% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 110 - color contains mainly: blue. Hex color #67616E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616E is #989E91. Grayscale: #646464. Windows color (decimal): -10002066 or 7233895. OLE color: 7233895.

HSL color Cylindrical-coordinate representation of color #67616E: hue angle of 267.69º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #67616E is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 103 97 110 -
CMYK 0.06 0.12 0 0.57
HSL 267.69º 0.06% 0.41% -
HSV(B) 267.69º 0.12% 0.43% -
XYZ 12.68 12.56 16.51 -
YUV 100.28 133.49 129.94 -
System Red Green Blue C M Y K H S L
Decimal 103 97 110 0.06 0.12 0 0.57 267.69 0.06 0.41
Hex 67 61 6E 6 C 0 39 10C 6 29
Octal 147 141 156 6 14 0 71 414 6 51
Binary 1100111 1100001 1101110 110 1100 0 111001 100001100 110 101001

Color Harmonies of #67616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #67616E

Black with #67616E

Text Example


Text Example

White with #67616E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #67616E; }

 p { color: rgb(103,97,110); }

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

background-color css

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

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

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

border-color css

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

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

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