Html Css Color HEX #C6A22A Sahara

📋 copy color: '#C6A22A'

red 198 ◦ green 162 ◦ blue 42

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

Shades of Sahara #C6A22A

Tints of Sahara #C6A22A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 40.3%

 BLUE value IS 42 (16.8% from 255) = 10.45%

R = 49.25%
G = 40.3%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6A22A (or 0xC6A22A) is known color: Sahara. HEX triplet: C6, A2 and 2A. RGB value is (198,162,42). Sum of RGB (Red+Green+Blue) = 198+162+42=402 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.25% from 402); Green value is 162 (63.67% from 255 or 40.30% from 402); Blue value is 42 (16.80% from 255 or 10.45% from 402); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A22A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6A22A is #395DD5. Grayscale: #9F9F9F. Windows color (decimal): -3759574 or 2794182. OLE color: 2794182.

HSL color Cylindrical-coordinate representation of color #C6A22A: hue angle of 46.15º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C6A22A is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 162 42 -
CMYK 0 0.18 0.79 0.22
HSL 46.15º 0.65% 0.47% -
HSV(B) 46.15º 0.79% 0.78% -
XYZ 36.63 38.01 7.6 -
YUV 159.08 61.93 155.76 -
System Red Green Blue C M Y K H S L
Decimal 198 162 42 0 0.18 0.79 0.22 46.15 0.65 0.47
Hex C6 A2 2A 0 12 4F 16 2E 41 2F
Octal 306 242 52 0 22 117 26 56 101 57
Binary 11000110 10100010 101010 0 10010 1001111 10110 101110 1000001 101111

Color Harmonies of #C6A22A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A22A

Black with #C6A22A

Text Example


Text Example

White with #C6A22A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A22A; }

 p { color: rgb(198,162,42); }

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

background-color css

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

 a { background-color: rgb(198,162,42); }

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

border-color css

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

 span { border-color: rgb(198,162,42); }

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