Html Css Color HEX #C6802B Geebung

📋 copy color: '#C6802B'

red 198 ◦ green 128 ◦ blue 43

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

Shades of Geebung #C6802B

Tints of Geebung #C6802B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.65%

R = 53.66%
G = 34.69%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6802B (or 0xC6802B) is known color: Geebung. HEX triplet: C6, 80 and 2B. RGB value is (198,128,43). Sum of RGB (Red+Green+Blue) = 198+128+43=369 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.66% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 43 (17.19% from 255 or 11.65% from 369); Max value from RGB is 198 - color contains mainly: red. Hex color #C6802B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6802B is #397FD4. Grayscale: #8B8B8B. Windows color (decimal): -3768277 or 2851014. OLE color: 2851014.

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

Color convert

RGB 198 128 43 -
CMYK 0 0.35 0.78 0.22
HSL 32.9º 0.64% 0.47% -
HSV(B) 32.9º 0.78% 0.78% -
XYZ 31.44 27.62 5.96 -
YUV 139.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 198 128 43 0 0.35 0.78 0.22 32.9 0.64 0.47
Hex C6 80 2B 0 23 4E 16 21 40 2F
Octal 306 200 53 0 43 116 26 41 100 57
Binary 11000110 10000000 101011 0 100011 1001110 10110 100001 1000000 101111

Color Harmonies of #C6802B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6802B

Black with #C6802B

Text Example


Text Example

White with #C6802B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6802B; }

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

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

background-color css

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

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

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

border-color css

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

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

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