Html Css Color HEX #C6762F Meteor

📋 copy color: '#C6762F'

red 198 ◦ green 118 ◦ blue 47

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

Shades of Meteor #C6762F

Tints of Meteor #C6762F

RGB

 RED value IS 198 (77.73% from 255) = 54.55%

 GREEN value IS 118 (46.48% from 255) = 32.51%

 BLUE value IS 47 (18.75% from 255) = 12.95%

R = 54.55%
G = 32.51%
B = 12.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6762F (or 0xC6762F) is known color: Meteor. HEX triplet: C6, 76 and 2F. RGB value is (198,118,47). Sum of RGB (Red+Green+Blue) = 198+118+47=363 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.55% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 198 - color contains mainly: red. Hex color #C6762F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6762F is #3989D0. Grayscale: #868686. Windows color (decimal): -3770833 or 3110598. OLE color: 3110598.

HSL color Cylindrical-coordinate representation of color #C6762F: hue angle of 28.21º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C6762F is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 118 47 -
CMYK 0 0.40 0.76 0.22
HSL 28.21º 0.62% 0.48% -
HSV(B) 28.21º 0.76% 0.78% -
XYZ 30.28 25.17 5.95 -
YUV 133.83 79 173.77 -
System Red Green Blue C M Y K H S L
Decimal 198 118 47 0 0.40 0.76 0.22 28.21 0.62 0.48
Hex C6 76 2F 0 28 4C 16 1C 3E 30
Octal 306 166 57 0 50 114 26 34 76 60
Binary 11000110 1110110 101111 0 101000 1001100 10110 11100 111110 110000

Color Harmonies of #C6762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6762F

Black with #C6762F

Text Example


Text Example

White with #C6762F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6762F; }

 p { color: rgb(198,118,47); }

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

background-color css

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

 a { background-color: rgb(198,118,47); }

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

border-color css

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

 span { border-color: rgb(198,118,47); }

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