Html Css Color HEX #C6831E Geebung

📋 copy color: '#C6831E'

red 198 ◦ green 131 ◦ blue 30

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

Shades of Geebung #C6831E

Tints of Geebung #C6831E

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.49%

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 55.15%
G = 36.49%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6831E (or 0xC6831E) is known color: Geebung. HEX triplet: C6, 83 and 1E. RGB value is (198,131,30). Sum of RGB (Red+Green+Blue) = 198+131+30=359 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.15% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 198 - color contains mainly: red. Hex color #C6831E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6831E is #397CE1. Grayscale: #8B8B8B. Windows color (decimal): -3767522 or 1999814. OLE color: 1999814.

HSL color Cylindrical-coordinate representation of color #C6831E: hue angle of 36.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6831E is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 131 30 -
CMYK 0 0.34 0.85 0.22
HSL 36.07º 0.74% 0.45% -
HSV(B) 36.07º 0.85% 0.78% -
XYZ 31.64 28.33 5.03 -
YUV 139.52 66.2 169.71 -
System Red Green Blue C M Y K H S L
Decimal 198 131 30 0 0.34 0.85 0.22 36.07 0.74 0.45
Hex C6 83 1E 0 22 55 16 24 4A 2D
Octal 306 203 36 0 42 125 26 44 112 55
Binary 11000110 10000011 11110 0 100010 1010101 10110 100100 1001010 101101

Color Harmonies of #C6831E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6831E

Black with #C6831E

Text Example


Text Example

White with #C6831E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6831E; }

 p { color: rgb(198,131,30); }

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

background-color css

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

 a { background-color: rgb(198,131,30); }

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

border-color css

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

 span { border-color: rgb(198,131,30); }

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