Html Css Color HEX #C6862F Geebung

📋 copy color: '#C6862F'

red 198 ◦ green 134 ◦ blue 47

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

Shades of Geebung #C6862F

Tints of Geebung #C6862F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 47 (18.75% from 255) = 12.4%

R = 52.24%
G = 35.36%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C6862F (or 0xC6862F) is known color: Geebung. HEX triplet: C6, 86 and 2F. RGB value is (198,134,47). Sum of RGB (Red+Green+Blue) = 198+134+47=379 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.24% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 47 (18.75% from 255 or 12.40% from 379); Max value from RGB is 198 - color contains mainly: red. Hex color #C6862F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6862F is #3979D0. Grayscale: #8F8F8F. Windows color (decimal): -3766737 or 3114694. OLE color: 3114694.

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

Color convert

RGB 198 134 47 -
CMYK 0 0.32 0.76 0.22
HSL 34.57º 0.62% 0.48% -
HSV(B) 34.57º 0.76% 0.78% -
XYZ 32.33 29.26 6.63 -
YUV 143.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 198 134 47 0 0.32 0.76 0.22 34.57 0.62 0.48
Hex C6 86 2F 0 20 4C 16 23 3E 30
Octal 306 206 57 0 40 114 26 43 76 60
Binary 11000110 10000110 101111 0 100000 1001100 10110 100011 111110 110000

Color Harmonies of #C6862F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6862F

Black with #C6862F

Text Example


Text Example

White with #C6862F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6862F; }

 p { color: rgb(198,134,47); }

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

background-color css

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

 a { background-color: rgb(198,134,47); }

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

border-color css

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

 span { border-color: rgb(198,134,47); }

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