Html Css Color HEX #C6802A Geebung

📋 copy color: '#C6802A'

red 198 ◦ green 128 ◦ blue 42

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

Shades of Geebung #C6802A

Tints of Geebung #C6802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.78%

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

R = 53.8%
G = 34.78%
B = 11.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6802A (or 0xC6802A) is known color: Geebung. HEX triplet: C6, 80 and 2A. RGB value is (198,128,42). Sum of RGB (Red+Green+Blue) = 198+128+42=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 128 (50.39% from 255 or 34.78% from 368); Blue value is 42 (16.80% from 255 or 11.41% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C6802A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6802A is #397FD5. Grayscale: #8B8B8B. Windows color (decimal): -3768278 or 2785478. OLE color: 2785478.

HSL color Cylindrical-coordinate representation of color #C6802A: hue angle of 33.08º 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 #C6802A is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 42 -
CMYK 0 0.35 0.79 0.22
HSL 33.08º 0.65% 0.47% -
HSV(B) 33.08º 0.79% 0.78% -
XYZ 31.43 27.61 5.86 -
YUV 139.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 198 128 42 0 0.35 0.79 0.22 33.08 0.65 0.47
Hex C6 80 2A 0 23 4F 16 21 41 2F
Octal 306 200 52 0 43 117 26 41 101 57
Binary 11000110 10000000 101010 0 100011 1001111 10110 100001 1000001 101111

Color Harmonies of #C6802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6802A

Black with #C6802A

Text Example


Text Example

White with #C6802A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6802A; }

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

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

background-color css

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

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

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

border-color css

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

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

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