Html Css Color HEX #C6702D Meteor

📋 copy color: '#C6702D'

red 198 ◦ green 112 ◦ blue 45

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

Shades of Meteor #C6702D

Tints of Meteor #C6702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.55%

 BLUE value IS 45 (17.97% from 255) = 12.68%

R = 55.77%
G = 31.55%
B = 12.68%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6702D (or 0xC6702D) is known color: Meteor. HEX triplet: C6, 70 and 2D. RGB value is (198,112,45). Sum of RGB (Red+Green+Blue) = 198+112+45=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C6702D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6702D is #398FD2. Grayscale: #828282. Windows color (decimal): -3772371 or 2977990. OLE color: 2977990.

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

Color convert

RGB 198 112 45 -
CMYK 0 0.43 0.77 0.22
HSL 26.27º 0.63% 0.48% -
HSV(B) 26.27º 0.77% 0.78% -
XYZ 29.56 23.78 5.52 -
YUV 130.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 198 112 45 0 0.43 0.77 0.22 26.27 0.63 0.48
Hex C6 70 2D 0 2B 4D 16 1A 3F 30
Octal 306 160 55 0 53 115 26 32 77 60
Binary 11000110 1110000 101101 0 101011 1001101 10110 11010 111111 110000

Color Harmonies of #C6702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6702D

Black with #C6702D

Text Example


Text Example

White with #C6702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6702D; }

 p { color: rgb(198,112,45); }

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

background-color css

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

 a { background-color: rgb(198,112,45); }

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

border-color css

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

 span { border-color: rgb(198,112,45); }

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