Html Css Color HEX #C6842B Geebung

📋 copy color: '#C6842B'

red 198 ◦ green 132 ◦ blue 43

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

Shades of Geebung #C6842B

Tints of Geebung #C6842B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 35.39%

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

R = 53.08%
G = 35.39%
B = 11.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6842B (or 0xC6842B) is known color: Geebung. HEX triplet: C6, 84 and 2B. RGB value is (198,132,43). Sum of RGB (Red+Green+Blue) = 198+132+43=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 132 (51.95% from 255 or 35.39% from 373); Blue value is 43 (17.19% from 255 or 11.53% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6842B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6842B is #397BD4. Grayscale: #8E8E8E. Windows color (decimal): -3767253 or 2852038. OLE color: 2852038.

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

Color convert

RGB 198 132 43 -
CMYK 0 0.33 0.78 0.22
HSL 34.45º 0.64% 0.47% -
HSV(B) 34.45º 0.78% 0.78% -
XYZ 31.98 28.68 6.14 -
YUV 141.59 72.37 168.24 -
System Red Green Blue C M Y K H S L
Decimal 198 132 43 0 0.33 0.78 0.22 34.45 0.64 0.47
Hex C6 84 2B 0 21 4E 16 22 40 2F
Octal 306 204 53 0 41 116 26 42 100 57
Binary 11000110 10000100 101011 0 100001 1001110 10110 100010 1000000 101111

Color Harmonies of #C6842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6842B

Black with #C6842B

Text Example


Text Example

White with #C6842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6842B; }

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

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

background-color css

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

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

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

border-color css

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

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

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