Html Css Color HEX #C6871F Geebung

📋 copy color: '#C6871F'

red 198 ◦ green 135 ◦ blue 31

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

Shades of Geebung #C6871F

Tints of Geebung #C6871F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.09%

 BLUE value IS 31 (12.5% from 255) = 8.52%

R = 54.4%
G = 37.09%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6871F (or 0xC6871F) is known color: Geebung. HEX triplet: C6, 87 and 1F. RGB value is (198,135,31). Sum of RGB (Red+Green+Blue) = 198+135+31=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 135 (53.12% from 255 or 37.09% from 364); Blue value is 31 (12.5% from 255 or 8.52% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C6871F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C6871F is #3978E0. Grayscale: #8E8E8E. Windows color (decimal): -3766497 or 2066374. OLE color: 2066374.

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

Color convert

RGB 198 135 31 -
CMYK 0 0.32 0.84 0.22
HSL 37.37º 0.73% 0.45% -
HSV(B) 37.37º 0.84% 0.78% -
XYZ 32.2 29.43 5.28 -
YUV 141.98 65.37 167.96 -
System Red Green Blue C M Y K H S L
Decimal 198 135 31 0 0.32 0.84 0.22 37.37 0.73 0.45
Hex C6 87 1F 0 20 54 16 25 49 2D
Octal 306 207 37 0 40 124 26 45 111 55
Binary 11000110 10000111 11111 0 100000 1010100 10110 100101 1001001 101101

Color Harmonies of #C6871F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6871F

Black with #C6871F

Text Example


Text Example

White with #C6871F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6871F; }

 p { color: rgb(198,135,31); }

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

background-color css

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

 a { background-color: rgb(198,135,31); }

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

border-color css

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

 span { border-color: rgb(198,135,31); }

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