Html Css Color HEX #C68430 Geebung

📋 copy color: '#C68430'

red 198 ◦ green 132 ◦ blue 48

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

Shades of Geebung #C68430

Tints of Geebung #C68430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 12.7%

R = 52.38%
G = 34.92%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C68430 (or 0xC68430) is known color: Geebung. HEX triplet: C6, 84 and 30. RGB value is (198,132,48). Sum of RGB (Red+Green+Blue) = 198+132+48=378 (50% of max value = 765). Red value is 198 (77.73% from 255 or 52.38% from 378); Green value is 132 (51.95% from 255 or 34.92% from 378); Blue value is 48 (19.14% from 255 or 12.70% from 378); Max value from RGB is 198 - color contains mainly: red. Hex color #C68430 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68430 is #397BCF. Grayscale: #8E8E8E. Windows color (decimal): -3767248 or 3179718. OLE color: 3179718.

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

Color convert

RGB 198 132 48 -
CMYK 0 0.33 0.76 0.22
HSL 33.6º 0.61% 0.48% -
HSV(B) 33.6º 0.76% 0.78% -
XYZ 32.07 28.72 6.65 -
YUV 142.16 74.87 167.83 -
System Red Green Blue C M Y K H S L
Decimal 198 132 48 0 0.33 0.76 0.22 33.6 0.61 0.48
Hex C6 84 30 0 21 4C 16 22 3D 30
Octal 306 204 60 0 41 114 26 42 75 60
Binary 11000110 10000100 110000 0 100001 1001100 10110 100010 111101 110000

Color Harmonies of #C68430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C68430

Black with #C68430

Text Example


Text Example

White with #C68430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C68430; }

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

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

background-color css

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

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

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

border-color css

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

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

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