Html Css Color HEX #C6841E Geebung

📋 copy color: '#C6841E'

red 198 ◦ green 132 ◦ blue 30

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

Shades of Geebung #C6841E

Tints of Geebung #C6841E

RGB

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

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

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

R = 55%
G = 36.67%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6841E (or 0xC6841E) is known color: Geebung. HEX triplet: C6, 84 and 1E. RGB value is (198,132,30). Sum of RGB (Red+Green+Blue) = 198+132+30=360 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 198 - color contains mainly: red. Hex color #C6841E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6841E is #397BE1. Grayscale: #8C8C8C. Windows color (decimal): -3767266 or 2000070. OLE color: 2000070.

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

Color convert

RGB 198 132 30 -
CMYK 0 0.33 0.85 0.22
HSL 36.43º 0.74% 0.45% -
HSV(B) 36.43º 0.85% 0.78% -
XYZ 31.77 28.6 5.07 -
YUV 140.11 65.87 169.29 -
System Red Green Blue C M Y K H S L
Decimal 198 132 30 0 0.33 0.85 0.22 36.43 0.74 0.45
Hex C6 84 1E 0 21 55 16 24 4A 2D
Octal 306 204 36 0 41 125 26 44 112 55
Binary 11000110 10000100 11110 0 100001 1010101 10110 100100 1001010 101101

Color Harmonies of #C6841E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6841E

Black with #C6841E

Text Example


Text Example

White with #C6841E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6841E; }

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

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

background-color css

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

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

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

border-color css

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

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

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