Html Css Color HEX #65948F Gumbo

📋 copy color: '#65948F'

red 101 ◦ green 148 ◦ blue 143

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

Shades of Gumbo #65948F

Tints of Gumbo #65948F

RGB

 RED value IS 101 (39.84% from 255) = 25.77%

 GREEN value IS 148 (58.2% from 255) = 37.76%

 BLUE value IS 143 (56.25% from 255) = 36.48%

R = 25.77%
G = 37.76%
B = 36.48%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#65948F (or 0x65948F) is known color: Gumbo. HEX triplet: 65, 94 and 8F. RGB value is (101,148,143). Sum of RGB (Red+Green+Blue) = 101+148+143=392 (51% of max value = 765). Red value is 101 (39.84% from 255 or 25.77% from 392); Green value is 148 (58.20% from 255 or 37.76% from 392); Blue value is 143 (56.25% from 255 or 36.48% from 392); Max value from RGB is 148 - color contains mainly: green. Hex color #65948F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65948F is #9A6B70. Grayscale: #858585. Windows color (decimal): -10120049 or 9409637. OLE color: 9409637.

HSL color Cylindrical-coordinate representation of color #65948F: hue angle of 173.62º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #65948F is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 101 148 143 -
CMYK 0.32 0 0.03 0.42
HSL 173.62º 0.19% 0.49% -
HSV(B) 173.62º 0.32% 0.58% -
XYZ 20.91 25.93 29.89 -
YUV 133.38 133.43 104.91 -
System Red Green Blue C M Y K H S L
Decimal 101 148 143 0.32 0 0.03 0.42 173.62 0.19 0.49
Hex 65 94 8F 20 0 3 2A AE 13 31
Octal 145 224 217 40 0 3 52 256 23 61
Binary 1100101 10010100 10001111 100000 0 11 101010 10101110 10011 110001

Color Harmonies of #65948F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65948F

Black with #65948F

Text Example


Text Example

White with #65948F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65948F; }

 p { color: rgb(101,148,143); }

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

background-color css

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

 a { background-color: rgb(101,148,143); }

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

border-color css

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

 span { border-color: rgb(101,148,143); }

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